#20606B

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

Shades of Allports #20606B

Tints of Allports #20606B

Color information

#20606B (or 0x20606B) is unknown color: approx Allports. HEX triplet: 20, 60 and 6B. RGB value is (32,96,107). Sum of RGB (Red+Green+Blue) = 32+96+107=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #20606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20606B is #DF9F94. Grayscale: #4E4E4E. Windows color (decimal): -14655381 or 7036960. OLE color: 7036960.

HSL color Cylindrical-coordinate representation of color #20606B: hue angle of 188.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20606B is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3296107-
CMYK0.700.1000.58
HSL188.8º53.96%27.25%-
HSV(B)188.8º70.09%41.96%-
XYZ7.439.7315.4-
YUV78.12144.395.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=13.62%
G=40.85%
B=45.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32961070.700.1000.58188.853.9627.25
Hex20606B46A03Abd361b
Octal40140153106120722756633
Binary100000110000011010111000110101001110101011110111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20606B; }

 p { color: rgb(32,96,107); }

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

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

 a { background-color: rgb(32,96,107); }

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

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

 span { border-color: rgb(32,96,107); }

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