#20686C

Color #20686C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #20686C

Tints of Blue Stone #20686C

Color information

#20686C (or 0x20686C) is unknown color: approx Blue Stone. HEX triplet: 20, 68 and 6C. RGB value is (32,104,108). Sum of RGB (Red+Green+Blue) = 32+104+108=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #20686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20686C is #DF9793. Grayscale: #525252. Windows color (decimal): -14653332 or 7104544. OLE color: 7104544.

HSL color Cylindrical-coordinate representation of color #20686C: hue angle of 183.16º 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 #20686C is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB32104108-
CMYK0.700.0400.58
HSL183.16º54.29%27.45%-
HSV(B)183.16º70.37%42.35%-
XYZ8.2511.2915.93-
YUV82.93142.1591.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 104 (41.02% from 255) = 42.62%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=13.11%
G=42.62%
B=44.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal321041080.700.0400.58183.1654.2927.45
Hex20686C46403Ab7361b
Octal4015015410640722676633
Binary10000011010001101100100011010001110101011011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20686C; }

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

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

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

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

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

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

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

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