Html Css Color HEX #605876 Smoky

📋 copy color: '#605876'

red 96 ◦ green 88 ◦ blue 118

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

Shades of Smoky #605876

Tints of Smoky #605876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 31.79%
G = 29.14%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605876 (or 0x605876) is known color: Smoky. HEX triplet: 60, 58 and 76. RGB value is (96,88,118). Sum of RGB (Red+Green+Blue) = 96+88+118=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #605876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605876 is #9FA789. Grayscale: #5D5D5D. Windows color (decimal): -10463114 or 7755872. OLE color: 7755872.

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

Color convert

RGB 96 88 118 -
CMYK 0.19 0.25 0 0.54
HSL 256º 0.15% 0.4% -
HSV(B) 256º 0.25% 0.46% -
XYZ 11.58 10.77 18.61 -
YUV 93.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 96 88 118 0.19 0.25 0 0.54 256 0.15 0.4
Hex 60 58 76 13 19 0 36 100 F 28
Octal 140 130 166 23 31 0 66 400 17 50
Binary 1100000 1011000 1110110 10011 11001 0 110110 100000000 1111 101000

Color Harmonies of #605876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605876

Black with #605876

Text Example


Text Example

White with #605876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605876; }

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

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

background-color css

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

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

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

border-color css

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

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

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