Html Css Color HEX #605B74 Smoky

📋 copy color: '#605B74'

red 96 ◦ green 91 ◦ blue 116

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

Shades of Smoky #605B74

Tints of Smoky #605B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 31.68%
G = 30.03%
B = 38.28%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605B74 (or 0x605B74) is known color: Smoky. HEX triplet: 60, 5B and 74. RGB value is (96,91,116). Sum of RGB (Red+Green+Blue) = 96+91+116=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #605B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B74 is #9FA48B. Grayscale: #5F5F5F. Windows color (decimal): -10462348 or 7625568. OLE color: 7625568.

HSL color Cylindrical-coordinate representation of color #605B74: hue angle of 252º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605B74 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 91 116 -
CMYK 0.17 0.22 0 0.55
HSL 252º 0.12% 0.41% -
HSV(B) 252º 0.22% 0.45% -
XYZ 11.72 11.23 18.07 -
YUV 95.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 96 91 116 0.17 0.22 0 0.55 252 0.12 0.41
Hex 60 5B 74 11 16 0 37 FC C 29
Octal 140 133 164 21 26 0 67 374 14 51
Binary 1100000 1011011 1110100 10001 10110 0 110111 11111100 1100 101001

Color Harmonies of #605B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605B74

Black with #605B74

Text Example


Text Example

White with #605B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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