Html Css Color HEX #605674 Smoky

📋 copy color: '#605674'

red 96 ◦ green 86 ◦ blue 116

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

Shades of Smoky #605674

Tints of Smoky #605674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 32.21%
G = 28.86%
B = 38.93%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605674 (or 0x605674) is known color: Smoky. HEX triplet: 60, 56 and 74. RGB value is (96,86,116). Sum of RGB (Red+Green+Blue) = 96+86+116=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #605674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605674 is #9FA98B. Grayscale: #5C5C5C. Windows color (decimal): -10463628 or 7624288. OLE color: 7624288.

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

Color convert

RGB 96 86 116 -
CMYK 0.17 0.26 0 0.55
HSL 260º 0.15% 0.4% -
HSV(B) 260º 0.26% 0.45% -
XYZ 11.3 10.4 17.94 -
YUV 92.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 96 86 116 0.17 0.26 0 0.55 260 0.15 0.4
Hex 60 56 74 11 1A 0 37 104 F 28
Octal 140 126 164 21 32 0 67 404 17 50
Binary 1100000 1010110 1110100 10001 11010 0 110111 100000100 1111 101000

Color Harmonies of #605674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605674

Black with #605674

Text Example


Text Example

White with #605674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605674; }

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

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

background-color css

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

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

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

border-color css

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

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

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