#605A78

Color #605A78 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #605A78

Tints of Smoky #605A78

Color information

#605A78 (or 0x605A78) is unknown color: approx Smoky. HEX triplet: 60, 5A and 78. RGB value is (96,90,120). Sum of RGB (Red+Green+Blue) = 96+90+120=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #605A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A78 is #9FA587. Grayscale: #5F5F5F. Windows color (decimal): -10462600 or 7887456. OLE color: 7887456.

HSL color Cylindrical-coordinate representation of color #605A78: hue angle of 252º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #605A78 is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9690120-
CMYK0.20.2500.53
HSL252º14.29%41.18%-
HSV(B)252º25%47.06%-
XYZ11.8711.1619.3-
YUV95.21141.99128.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=31.37%
G=29.41%
B=39.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96901200.20.2500.5325214.2941.18
Hex605A781419035fce29
Octal14013217024310653741651
Binary11000001011010111100010100110010110101111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #605A78;
 }
 .AnyTagClassName
 {
   color: #605A78;
 }
</style>
background-color css

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

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

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

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

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

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