Html Css Color HEX #605A71 Smoky

📋 copy color: '#605A71'

red 96 ◦ green 90 ◦ blue 113

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

Shades of Smoky #605A71

Tints of Smoky #605A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 32.11%
G = 30.1%
B = 37.79%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605A71 (or 0x605A71) is known color: Smoky. HEX triplet: 60, 5A and 71. RGB value is (96,90,113). Sum of RGB (Red+Green+Blue) = 96+90+113=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #605A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A71 is #9FA58E. Grayscale: #5E5E5E. Windows color (decimal): -10462607 or 7428704. OLE color: 7428704.

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

Color convert

RGB 96 90 113 -
CMYK 0.15 0.20 0 0.56
HSL 255.65º 0.11% 0.4% -
HSV(B) 255.65º 0.2% 0.44% -
XYZ 11.46 10.99 17.14 -
YUV 94.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 96 90 113 0.15 0.20 0 0.56 255.65 0.11 0.4
Hex 60 5A 71 F 14 0 38 100 B 28
Octal 140 132 161 17 24 0 70 400 13 50
Binary 1100000 1011010 1110001 1111 10100 0 111000 100000000 1011 101000

Color Harmonies of #605A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A71

Black with #605A71

Text Example


Text Example

White with #605A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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