#20696C

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

Shades of Blue Stone #20696C

Tints of Blue Stone #20696C

Color information

#20696C (or 0x20696C) is unknown color: approx Blue Stone. HEX triplet: 20, 69 and 6C. RGB value is (32,105,108). Sum of RGB (Red+Green+Blue) = 32+105+108=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #20696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20696C is #DF9693. Grayscale: #535353. Windows color (decimal): -14653076 or 7104800. OLE color: 7104800.

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

Color convert

RGB32105108-
CMYK0.700.0300.58
HSL182.37º54.29%27.45%-
HSV(B)182.37º70.37%42.35%-
XYZ8.3511.4915.97-
YUV83.52141.8291.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 108 (42.58% from 255) = 44.08%
R=13.06%
G=42.86%
B=44.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal321051080.700.0300.58182.3754.2927.45
Hex20696C46303Ab6361b
Octal4015115410630722666633
Binary1000001101001110110010001101101110101011011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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