Html Css Color HEX #605775 Smoky

📋 copy color: '#605775'

red 96 ◦ green 87 ◦ blue 117

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

Shades of Smoky #605775

Tints of Smoky #605775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 32%
G = 29%
B = 39%

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

#605775 (or 0x605775) is known color: Smoky. HEX triplet: 60, 57 and 75. RGB value is (96,87,117). Sum of RGB (Red+Green+Blue) = 96+87+117=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #605775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605775 is #9FA88A. Grayscale: #5D5D5D. Windows color (decimal): -10463371 or 7690080. OLE color: 7690080.

HSL color Cylindrical-coordinate representation of color #605775: hue angle of 258º 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 #605775 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 87 117 -
CMYK 0.18 0.26 0 0.54
HSL 258º 0.15% 0.4% -
HSV(B) 258º 0.26% 0.46% -
XYZ 11.44 10.59 18.27 -
YUV 93.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 96 87 117 0.18 0.26 0 0.54 258 0.15 0.4
Hex 60 57 75 12 1A 0 36 102 F 28
Octal 140 127 165 22 32 0 66 402 17 50
Binary 1100000 1010111 1110101 10010 11010 0 110110 100000010 1111 101000

Color Harmonies of #605775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605775

Black with #605775

Text Example


Text Example

White with #605775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605775; }

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

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

background-color css

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

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

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

border-color css

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

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

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