#206676

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

Shades of Allports #206676

Tints of Allports #206676

Color information

#206676 (or 0x206676) is unknown color: approx Allports. HEX triplet: 20, 66 and 76. RGB value is (32,102,118). Sum of RGB (Red+Green+Blue) = 32+102+118=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #206676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206676 is #DF9989. Grayscale: #525252. Windows color (decimal): -14653834 or 7759392. OLE color: 7759392.

HSL color Cylindrical-coordinate representation of color #206676: hue angle of 191.16º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206676 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB32102118-
CMYK0.730.1400.54
HSL191.16º57.33%29.41%-
HSV(B)191.16º72.88%46.27%-
XYZ8.6211.1218.83-
YUV82.89147.8191.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=12.70%
G=40.48%
B=46.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321021180.730.1400.54191.1657.3329.41
Hex20667649E036bf391d
Octal40146166111160662777135
Binary100000110011011101101001001111001101101011111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206676; }

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

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

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

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

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

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

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

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