Html Css Color HEX #605675 Smoky

📋 copy color: '#605675'

red 96 ◦ green 86 ◦ blue 117

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

Shades of Smoky #605675

Tints of Smoky #605675

RGB

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

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

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

R = 32.11%
G = 28.76%
B = 39.13%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605675 (or 0x605675) is known color: Smoky. HEX triplet: 60, 56 and 75. RGB value is (96,86,117). Sum of RGB (Red+Green+Blue) = 96+86+117=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #605675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605675 is #9FA98A. Grayscale: #5C5C5C. Windows color (decimal): -10463627 or 7689824. OLE color: 7689824.

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

Color convert

RGB 96 86 117 -
CMYK 0.18 0.26 0 0.54
HSL 259.35º 0.15% 0.4% -
HSV(B) 259.35º 0.26% 0.46% -
XYZ 11.36 10.43 18.24 -
YUV 92.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 96 86 117 0.18 0.26 0 0.54 259.35 0.15 0.4
Hex 60 56 75 12 1A 0 36 103 F 28
Octal 140 126 165 22 32 0 66 403 17 50
Binary 1100000 1010110 1110101 10010 11010 0 110110 100000011 1111 101000

Color Harmonies of #605675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605675

Black with #605675

Text Example


Text Example

White with #605675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605675; }

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

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

background-color css

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

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

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

border-color css

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

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

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