#206978

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

Shades of Allports #206978

Tints of Allports #206978

Color information

#206978 (or 0x206978) is unknown color: approx Allports. HEX triplet: 20, 69 and 78. RGB value is (32,105,120). Sum of RGB (Red+Green+Blue) = 32+105+120=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #206978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206978 is #DF9687. Grayscale: #545454. Windows color (decimal): -14653064 or 7891232. OLE color: 7891232.

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

Color convert

RGB32105120-
CMYK0.730.1300.53
HSL190.23º57.89%29.8%-
HSV(B)190.23º73.33%47.06%-
XYZ9.0411.7719.56-
YUV84.88147.8290.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=12.45%
G=40.86%
B=46.69%

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
Decimal321051200.730.1300.53190.2357.8929.8
Hex20697849D035be3a1e
Octal40151170111150652767236
Binary100000110100111110001001001110101101011011111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206978; }

 p { color: rgb(32,105,120); }

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

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

 a { background-color: rgb(32,105,120); }

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

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

 span { border-color: rgb(32,105,120); }

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