#206871

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

Shades of Allports #206871

Tints of Allports #206871

Color information

#206871 (or 0x206871) is unknown color: approx Allports. HEX triplet: 20, 68 and 71. RGB value is (32,104,113). Sum of RGB (Red+Green+Blue) = 32+104+113=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #206871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206871 is #DF978E. Grayscale: #535353. Windows color (decimal): -14653327 or 7432224. OLE color: 7432224.

HSL color Cylindrical-coordinate representation of color #206871: hue angle of 186.67º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206871 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32104113-
CMYK0.720.0800.56
HSL186.67º55.86%28.43%-
HSV(B)186.67º71.68%44.31%-
XYZ8.5311.417.37-
YUV83.5144.6591.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=12.85%
G=41.77%
B=45.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321041130.720.0800.56186.6755.8628.43
Hex206871488038bb381c
Octal40150161110100702737034
Binary100000110100011100011001000100001110001011101111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206871; }

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

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

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

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

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

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

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

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