#206576

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

Shades of Allports #206576

Tints of Allports #206576

Color information

#206576 (or 0x206576) is unknown color: approx Allports. HEX triplet: 20, 65 and 76. RGB value is (32,101,118). Sum of RGB (Red+Green+Blue) = 32+101+118=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #206576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206576 is #DF9A89. Grayscale: #525252. Windows color (decimal): -14654090 or 7759136. OLE color: 7759136.

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

Color convert

RGB32101118-
CMYK0.730.1400.54
HSL191.86º57.33%29.41%-
HSV(B)191.86º72.88%46.27%-
XYZ8.5210.9218.8-
YUV82.31148.1492.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=12.75%
G=40.24%
B=47.01%

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
Decimal321011180.730.1400.54191.8657.3329.41
Hex20657649E036c0391d
Octal40145166111160663007135
Binary100000110010111101101001001111001101101100000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206576; }

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

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

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

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

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

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

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

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