Html Css Color HEX #605C71 Smoky

📋 copy color: '#605C71'

red 96 ◦ green 92 ◦ blue 113

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

Shades of Smoky #605C71

Tints of Smoky #605C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 31.89%
G = 30.56%
B = 37.54%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605C71 (or 0x605C71) is known color: Smoky. HEX triplet: 60, 5C and 71. RGB value is (96,92,113). Sum of RGB (Red+Green+Blue) = 96+92+113=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 113 - color contains mainly: blue. Hex color #605C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C71 is #9FA38E. Grayscale: #5F5F5F. Windows color (decimal): -10462095 or 7429216. OLE color: 7429216.

HSL color Cylindrical-coordinate representation of color #605C71: hue angle of 251.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605C71 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 92 113 -
CMYK 0.15 0.19 0 0.56
HSL 251.43º 0.1% 0.4% -
HSV(B) 251.43º 0.19% 0.44% -
XYZ 11.63 11.33 17.2 -
YUV 95.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 96 92 113 0.15 0.19 0 0.56 251.43 0.1 0.4
Hex 60 5C 71 F 13 0 38 FB A 28
Octal 140 134 161 17 23 0 70 373 12 50
Binary 1100000 1011100 1110001 1111 10011 0 111000 11111011 1010 101000

Color Harmonies of #605C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C71

Black with #605C71

Text Example


Text Example

White with #605C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,92,113); }

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

background-color css

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

 a { background-color: rgb(96,92,113); }

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

border-color css

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

 span { border-color: rgb(96,92,113); }

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