#206A70

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

Shades of Allports #206A70

Tints of Allports #206A70

Color information

#206A70 (or 0x206A70) is unknown color: approx Allports. HEX triplet: 20, 6A and 70. RGB value is (32,106,112). Sum of RGB (Red+Green+Blue) = 32+106+112=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #206A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A70 is #DF958F. Grayscale: #545454. Windows color (decimal): -14652816 or 7367200. OLE color: 7367200.

HSL color Cylindrical-coordinate representation of color #206A70: hue angle of 184.5º 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 #206A70 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32106112-
CMYK0.710.0500.56
HSL184.5º55.56%28.24%-
HSV(B)184.5º71.43%43.92%-
XYZ8.6711.7817.15-
YUV84.56143.4890.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=12.8%
G=42.4%
B=44.8%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321061120.710.0500.56184.555.5628.24
Hex206A70475038b8381c
Octal4015216010750702707034
Binary10000011010101110000100011110101110001011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206A70; }

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

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

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

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

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

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

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

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