Html Css Color HEX #605A75 Smoky

📋 copy color: '#605A75'

red 96 ◦ green 90 ◦ blue 117

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

Shades of Smoky #605A75

Tints of Smoky #605A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 31.68%
G = 29.7%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605A75 (or 0x605A75) is known color: Smoky. HEX triplet: 60, 5A and 75. RGB value is (96,90,117). Sum of RGB (Red+Green+Blue) = 96+90+117=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #605A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A75 is #9FA58A. Grayscale: #5E5E5E. Windows color (decimal): -10462603 or 7690848. OLE color: 7690848.

HSL color Cylindrical-coordinate representation of color #605A75: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605A75 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 90 117 -
CMYK 0.18 0.23 0 0.54
HSL 253.33º 0.13% 0.41% -
HSV(B) 253.33º 0.23% 0.46% -
XYZ 11.69 11.08 18.35 -
YUV 94.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 96 90 117 0.18 0.23 0 0.54 253.33 0.13 0.41
Hex 60 5A 75 12 17 0 36 FD D 29
Octal 140 132 165 22 27 0 66 375 15 51
Binary 1100000 1011010 1110101 10010 10111 0 110110 11111101 1101 101001

Color Harmonies of #605A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605A75

Black with #605A75

Text Example


Text Example

White with #605A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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