#206877

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

Shades of Allports #206877

Tints of Allports #206877

Color information

#206877 (or 0x206877) is unknown color: approx Allports. HEX triplet: 20, 68 and 77. RGB value is (32,104,119). Sum of RGB (Red+Green+Blue) = 32+104+119=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #206877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206877 is #DF9788. Grayscale: #545454. Windows color (decimal): -14653321 or 7825440. OLE color: 7825440.

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

Color convert

RGB32104119-
CMYK0.730.1300.53
HSL190.34º57.62%29.61%-
HSV(B)190.34º73.11%46.67%-
XYZ8.8811.5419.21-
YUV84.18147.6590.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.55%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 119 (46.88% from 255) = 46.67%
R=12.55%
G=40.78%
B=46.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321041190.730.1300.53190.3457.6229.61
Hex20687749D035be3a1e
Octal40150167111150652767236
Binary100000110100011101111001001110101101011011111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206877; }

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

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

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

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

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

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

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

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