Html Css Color HEX #20685F Blue Stone

📋 copy color: '#20685F'

red 32 ◦ green 104 ◦ blue 95

#20685F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #20685F

Tints of Blue Stone #20685F

RGB

 RED value IS 32 (12.89% from 255) = 13.85%

 GREEN value IS 104 (41.02% from 255) = 45.02%

 BLUE value IS 95 (37.5% from 255) = 41.13%

R = 13.85%
G = 45.02%
B = 41.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#20685F (or 0x20685F) is known color: Blue Stone. HEX triplet: 20, 68 and 5F. RGB value is (32,104,95). Sum of RGB (Red+Green+Blue) = 32+104+95=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #20685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685F is #DF97A0. Grayscale: #515151. Windows color (decimal): -14653345 or 6252576. OLE color: 6252576.

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

Color convert

RGB 32 104 95 -
CMYK 0.69 0 0.09 0.59
HSL 172.5º 0.53% 0.27% -
HSV(B) 172.5º 0.69% 0.41% -
XYZ 7.61 11.03 12.56 -
YUV 81.45 135.65 92.73 -
System Red Green Blue C M Y K H S L
Decimal 32 104 95 0.69 0 0.09 0.59 172.5 0.53 0.27
Hex 20 68 5F 45 0 9 3B AC 35 1B
Octal 40 150 137 105 0 11 73 254 65 33
Binary 100000 1101000 1011111 1000101 0 1001 111011 10101100 110101 11011

Color Harmonies of #20685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20685F

Black with #20685F

Text Example


Text Example

White with #20685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20685F;
 }
 .AnyTagClassName
 {
   color: #20685F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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