#206872

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

Shades of Allports #206872

Tints of Allports #206872

Color information

#206872 (or 0x206872) is unknown color: approx Allports. HEX triplet: 20, 68 and 72. RGB value is (32,104,114). Sum of RGB (Red+Green+Blue) = 32+104+114=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #206872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206872 is #DF978D. Grayscale: #535353. Windows color (decimal): -14653326 or 7497760. OLE color: 7497760.

HSL color Cylindrical-coordinate representation of color #206872: hue angle of 187.32º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206872 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32104114-
CMYK0.720.0900.55
HSL187.32º56.16%28.63%-
HSV(B)187.32º71.93%44.71%-
XYZ8.5811.4217.67-
YUV83.61145.1591.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=12.8%
G=41.6%
B=45.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321041140.720.0900.55187.3256.1628.63
Hex206872489037bb381d
Octal40150162110110672737035
Binary100000110100011100101001000100101101111011101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206872; }

 p { color: rgb(32,104,114); }

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

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

 a { background-color: rgb(32,104,114); }

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

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

 span { border-color: rgb(32,104,114); }

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