#206A71

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

Shades of Allports #206A71

Tints of Allports #206A71

Color information

#206A71 (or 0x206A71) is unknown color: approx Allports. HEX triplet: 20, 6A and 71. RGB value is (32,106,113). Sum of RGB (Red+Green+Blue) = 32+106+113=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #206A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A71 is #DF958E. Grayscale: #545454. Windows color (decimal): -14652815 or 7432736. OLE color: 7432736.

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

Color convert

RGB32106113-
CMYK0.720.0600.56
HSL185.19º55.86%28.43%-
HSV(B)185.19º71.68%44.31%-
XYZ8.7311.8117.44-
YUV84.67143.9890.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=12.75%
G=42.23%
B=45.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321061130.720.0600.56185.1955.8628.43
Hex206A71486038b9381c
Octal4015216111060702717034
Binary10000011010101110001100100011001110001011100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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