Html Css Color HEX #605874 Smoky

📋 copy color: '#605874'

red 96 ◦ green 88 ◦ blue 116

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

Shades of Smoky #605874

Tints of Smoky #605874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.67%

R = 32%
G = 29.33%
B = 38.67%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605874 (or 0x605874) is known color: Smoky. HEX triplet: 60, 58 and 74. RGB value is (96,88,116). Sum of RGB (Red+Green+Blue) = 96+88+116=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #605874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605874 is #9FA78B. Grayscale: #5D5D5D. Windows color (decimal): -10463116 or 7624800. OLE color: 7624800.

HSL color Cylindrical-coordinate representation of color #605874: hue angle of 257.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #605874 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 88 116 -
CMYK 0.17 0.24 0 0.55
HSL 257.14º 0.14% 0.4% -
HSV(B) 257.14º 0.24% 0.45% -
XYZ 11.47 10.73 17.99 -
YUV 93.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 96 88 116 0.17 0.24 0 0.55 257.14 0.14 0.4
Hex 60 58 74 11 18 0 37 101 E 28
Octal 140 130 164 21 30 0 67 401 16 50
Binary 1100000 1011000 1110100 10001 11000 0 110111 100000001 1110 101000

Color Harmonies of #605874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605874

Black with #605874

Text Example


Text Example

White with #605874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605874; }

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

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

background-color css

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

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

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

border-color css

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

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

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