Html Css Color HEX #605776 Smoky

📋 copy color: '#605776'

red 96 ◦ green 87 ◦ blue 118

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

Shades of Smoky #605776

Tints of Smoky #605776

RGB

 RED value IS 96 (37.89% from 255) = 31.89%

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 31.89%
G = 28.9%
B = 39.2%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605776 (or 0x605776) is known color: Smoky. HEX triplet: 60, 57 and 76. RGB value is (96,87,118). Sum of RGB (Red+Green+Blue) = 96+87+118=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #605776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605776 is #9FA889. Grayscale: #5D5D5D. Windows color (decimal): -10463370 or 7755616. OLE color: 7755616.

HSL color Cylindrical-coordinate representation of color #605776: hue angle of 257.42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605776 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 87 118 -
CMYK 0.19 0.26 0 0.54
HSL 257.42º 0.15% 0.4% -
HSV(B) 257.42º 0.26% 0.46% -
XYZ 11.5 10.61 18.58 -
YUV 93.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 96 87 118 0.19 0.26 0 0.54 257.42 0.15 0.4
Hex 60 57 76 13 1A 0 36 101 F 28
Octal 140 127 166 23 32 0 66 401 17 50
Binary 1100000 1010111 1110110 10011 11010 0 110110 100000001 1111 101000

Color Harmonies of #605776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605776

Black with #605776

Text Example


Text Example

White with #605776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605776; }

 p { color: rgb(96,87,118); }

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

background-color css

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

 a { background-color: rgb(96,87,118); }

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

border-color css

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

 span { border-color: rgb(96,87,118); }

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