#206870

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

Shades of Allports #206870

Tints of Allports #206870

Color information

#206870 (or 0x206870) is unknown color: approx Allports. HEX triplet: 20, 68 and 70. RGB value is (32,104,112). Sum of RGB (Red+Green+Blue) = 32+104+112=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #206870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206870 is #DF978F. Grayscale: #535353. Windows color (decimal): -14653328 or 7366688. OLE color: 7366688.

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

Color convert

RGB32104112-
CMYK0.710.0700.56
HSL186º55.56%28.24%-
HSV(B)186º71.43%43.92%-
XYZ8.4711.3817.08-
YUV83.38144.1591.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=12.90%
G=41.94%
B=45.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321041120.710.0700.5618655.5628.24
Hex206870477038ba381c
Octal4015016010770702727034
Binary10000011010001110000100011111101110001011101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206870; }

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

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

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

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

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

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

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

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