#206A87

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

Shades of Allports #206A87

Tints of Allports #206A87

Color information

#206A87 (or 0x206A87) is unknown color: approx Allports. HEX triplet: 20, 6A and 87. RGB value is (32,106,135). Sum of RGB (Red+Green+Blue) = 32+106+135=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #206A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206A87 is #DF9578. Grayscale: #565656. Windows color (decimal): -14652793 or 8874528. OLE color: 8874528.

HSL color Cylindrical-coordinate representation of color #206A87: hue angle of 196.89º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206A87 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32106135-
CMYK0.760.2100.47
HSL196.89º61.68%32.75%-
HSV(B)196.89º76.3%52.94%-
XYZ10.1212.3624.77-
YUV87.18154.9888.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=11.72%
G=38.83%
B=49.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321061350.760.2100.47196.8961.6832.75
Hex206A874C1502Fc53e21
Octal40152207114250573057641
Binary100000110101010000111100110010101010111111000101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,106,135); }

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

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

 a { background-color: rgb(32,106,135); }

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

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

 span { border-color: rgb(32,106,135); }

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