Html Css Color HEX #605774 Smoky

📋 copy color: '#605774'

red 96 ◦ green 87 ◦ blue 116

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

Shades of Smoky #605774

Tints of Smoky #605774

RGB

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

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

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

R = 32.11%
G = 29.1%
B = 38.8%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605774 (or 0x605774) is known color: Smoky. HEX triplet: 60, 57 and 74. RGB value is (96,87,116). Sum of RGB (Red+Green+Blue) = 96+87+116=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #605774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605774 is #9FA88B. Grayscale: #5C5C5C. Windows color (decimal): -10463372 or 7624544. OLE color: 7624544.

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

Color convert

RGB 96 87 116 -
CMYK 0.17 0.25 0 0.55
HSL 258.62º 0.14% 0.4% -
HSV(B) 258.62º 0.25% 0.45% -
XYZ 11.38 10.56 17.96 -
YUV 93 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 96 87 116 0.17 0.25 0 0.55 258.62 0.14 0.4
Hex 60 57 74 11 19 0 37 103 E 28
Octal 140 127 164 21 31 0 67 403 16 50
Binary 1100000 1010111 1110100 10001 11001 0 110111 100000011 1110 101000

Color Harmonies of #605774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605774

Black with #605774

Text Example


Text Example

White with #605774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605774; }

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

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

background-color css

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

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

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

border-color css

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

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

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