#206D77

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

Shades of Allports #206D77

Tints of Allports #206D77

Color information

#206D77 (or 0x206D77) is unknown color: approx Allports. HEX triplet: 20, 6D and 77. RGB value is (32,109,119). Sum of RGB (Red+Green+Blue) = 32+109+119=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #206D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D77 is #DF9288. Grayscale: #575757. Windows color (decimal): -14652041 or 7826720. OLE color: 7826720.

HSL color Cylindrical-coordinate representation of color #206D77: hue angle of 186.9º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206D77 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32109119-
CMYK0.730.0800.53
HSL186.9º57.62%29.61%-
HSV(B)186.9º73.11%46.67%-
XYZ9.3912.5819.39-
YUV87.12145.9988.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=12.31%
G=41.92%
B=45.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321091190.730.0800.53186.957.6229.61
Hex206D77498035bb3a1e
Octal40155167111100652737236
Binary100000110110111101111001001100001101011011101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,119); }

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

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

 a { background-color: rgb(32,109,119); }

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

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

 span { border-color: rgb(32,109,119); }

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