#206F85

Color #206F85 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #206F85

Tints of Allports #206F85

Color information

#206F85 (or 0x206F85) is unknown color: approx Allports. HEX triplet: 20, 6F and 85. RGB value is (32,111,133). Sum of RGB (Red+Green+Blue) = 32+111+133=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #206F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206F85 is #DF907A. Grayscale: #595959. Windows color (decimal): -14651515 or 8744736. OLE color: 8744736.

HSL color Cylindrical-coordinate representation of color #206F85: hue angle of 193.07º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206F85 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32111133-
CMYK0.760.1700.48
HSL193.07º61.21%32.35%-
HSV(B)193.07º75.94%52.16%-
XYZ10.5113.3724.22-
YUV89.89152.3386.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 11.59%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=11.59%
G=40.22%
B=48.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321111330.760.1700.48193.0761.2132.35
Hex206F854C11030c13d20
Octal40157205114210603017540
Binary100000110111110000101100110010001011000011000001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F85; }

 p { color: rgb(32,111,133); }

 H1.HeaderClassName
 {
   color: #206F85;
 }
 .AnyTagClassName
 {
   color: #206F85;
 }
</style>
background-color css

<style>
 a { background-color: #206F85; }

 a { background-color: rgb(32,111,133); }

 div.DivClassName
 {
   background-color: #206F85;
 }
 .BgClassName
 {
   background-color: #206F85;
 }
</style>
border-color css

<style>
 span { border-color: #206F85; }

 span { border-color: rgb(32,111,133); }

 td.TdClassName
 {
   border-color: #206F85;
 }
 .TagClassName
 {
   border-color: #206F85;
 }
</style>