#206677

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

Shades of Allports #206677

Tints of Allports #206677

Color information

#206677 (or 0x206677) is unknown color: approx Allports. HEX triplet: 20, 66 and 77. RGB value is (32,102,119). Sum of RGB (Red+Green+Blue) = 32+102+119=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #206677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206677 is #DF9988. Grayscale: #525252. Windows color (decimal): -14653833 or 7824928. OLE color: 7824928.

HSL color Cylindrical-coordinate representation of color #206677: hue angle of 191.72º 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 #206677 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB32102119-
CMYK0.730.1400.53
HSL191.72º57.62%29.61%-
HSV(B)191.72º73.11%46.67%-
XYZ8.6811.1419.15-
YUV83.01148.3191.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=12.65%
G=40.32%
B=47.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321021190.730.1400.53191.7257.6229.61
Hex20667749E035c03a1e
Octal40146167111160653007236
Binary100000110011011101111001001111001101011100000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206677; }

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

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

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

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

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

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

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

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