Html Css Color HEX #605478 Smoky

📋 copy color: '#605478'

red 96 ◦ green 84 ◦ blue 120

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

Shades of Smoky #605478

Tints of Smoky #605478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

 BLUE value IS 120 (47.27% from 255) = 40%

R = 32%
G = 28%
B = 40%

CMYK

 C value IS 0.2

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#605478 (or 0x605478) is known color: Smoky. HEX triplet: 60, 54 and 78. RGB value is (96,84,120). Sum of RGB (Red+Green+Blue) = 96+84+120=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #605478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605478 is #9FAB87. Grayscale: #5B5B5B. Windows color (decimal): -10464136 or 7885920. OLE color: 7885920.

HSL color Cylindrical-coordinate representation of color #605478: hue angle of 260º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #605478 is Cyan = 0.2, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 84 120 -
CMYK 0.2 0.3 0 0.53
HSL 260º 0.18% 0.4% -
HSV(B) 260º 0.3% 0.47% -
XYZ 11.38 10.18 19.13 -
YUV 91.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 96 84 120 0.2 0.3 0 0.53 260 0.18 0.4
Hex 60 54 78 14 1E 0 35 104 12 28
Octal 140 124 170 24 36 0 65 404 22 50
Binary 1100000 1010100 1111000 10100 11110 0 110101 100000100 10010 101000

Color Harmonies of #605478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605478

Black with #605478

Text Example


Text Example

White with #605478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605478; }

 p { color: rgb(96,84,120); }

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

background-color css

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

 a { background-color: rgb(96,84,120); }

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

border-color css

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

 span { border-color: rgb(96,84,120); }

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