#206C75

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

Shades of Allports #206C75

Tints of Allports #206C75

Color information

#206C75 (or 0x206C75) is unknown color: approx Allports. HEX triplet: 20, 6C and 75. RGB value is (32,108,117). Sum of RGB (Red+Green+Blue) = 32+108+117=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #206C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C75 is #DF938A. Grayscale: #565656. Windows color (decimal): -14652299 or 7695392. OLE color: 7695392.

HSL color Cylindrical-coordinate representation of color #206C75: hue angle of 186.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206C75 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB32108117-
CMYK0.730.0800.54
HSL186.35º57.05%29.22%-
HSV(B)186.35º72.65%45.88%-
XYZ9.1712.3218.72-
YUV86.3145.3289.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 108 (42.58% from 255) = 42.02%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=12.45%
G=42.02%
B=45.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321081170.730.0800.54186.3557.0529.22
Hex206C75498036ba391d
Octal40154165111100662727135
Binary100000110110011101011001001100001101101011101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,108,117); }

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

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

 a { background-color: rgb(32,108,117); }

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

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

 span { border-color: rgb(32,108,117); }

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