Html Css Color HEX #20676D Blue Stone

📋 copy color: '#20676D'

red 32 ◦ green 103 ◦ blue 109

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

Shades of Blue Stone #20676D

Tints of Blue Stone #20676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 13.11%
G = 42.21%
B = 44.67%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20676D (or 0x20676D) is known color: Blue Stone. HEX triplet: 20, 67 and 6D. RGB value is (32,103,109). Sum of RGB (Red+Green+Blue) = 32+103+109=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #20676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20676D is #DF9892. Grayscale: #525252. Windows color (decimal): -14653587 or 7169824. OLE color: 7169824.

HSL color Cylindrical-coordinate representation of color #20676D: hue angle of 184.68º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20676D is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 103 109 -
CMYK 0.71 0.06 0 0.57
HSL 184.68º 0.55% 0.28% -
HSV(B) 184.68º 0.71% 0.43% -
XYZ 8.21 11.11 16.18 -
YUV 82.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 32 103 109 0.71 0.06 0 0.57 184.68 0.55 0.28
Hex 20 67 6D 47 6 0 39 B9 37 1C
Octal 40 147 155 107 6 0 71 271 67 34
Binary 100000 1100111 1101101 1000111 110 0 111001 10111001 110111 11100

Color Harmonies of #20676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20676D

Black with #20676D

Text Example


Text Example

White with #20676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20676D; }

 p { color: rgb(32,103,109); }

 H1.HeaderClassName
 {
   color: #20676D;
 }
 .AnyTagClassName
 {
   color: #20676D;
 }
</style>

background-color css

<style>
 a { background-color: #20676D; }

 a { background-color: rgb(32,103,109); }

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

border-color css

<style>
 span { border-color: #20676D; }

 span { border-color: rgb(32,103,109); }

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