#20695F

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

Shades of Blue Stone #20695F

Tints of Blue Stone #20695F

Color information

#20695F (or 0x20695F) is unknown color: approx Blue Stone. HEX triplet: 20, 69 and 5F. RGB value is (32,105,95). Sum of RGB (Red+Green+Blue) = 32+105+95=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #20695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20695F is #DF96A0. Grayscale: #525252. Windows color (decimal): -14653089 or 6252832. OLE color: 6252832.

HSL color Cylindrical-coordinate representation of color #20695F: hue angle of 171.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20695F is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB3210595-
CMYK0.7000.100.59
HSL171.78º53.28%26.86%-
HSV(B)171.78º69.52%41.18%-
XYZ7.7111.2412.59-
YUV82.03135.3292.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=13.79%
G=45.26%
B=40.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32105950.7000.100.59171.7853.2826.86
Hex20695F460A3Bac351b
Octal40151137106012732546533
Binary100000110100110111111000110010101110111010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20695F; }

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

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

<style>
 a { background-color: #20695F; }

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

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

<style>
 span { border-color: #20695F; }

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

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