#605A7A

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

Shades of Smoky #605A7A

Tints of Smoky #605A7A

Color information

#605A7A (or 0x605A7A) is unknown color: approx Smoky. HEX triplet: 60, 5A and 7A. RGB value is (96,90,122). Sum of RGB (Red+Green+Blue) = 96+90+122=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 90 (35.55% from 255 or 29.22% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #605A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A7A is #9FA585. Grayscale: #5F5F5F. Windows color (decimal): -10462598 or 8018528. OLE color: 8018528.

HSL color Cylindrical-coordinate representation of color #605A7A: hue angle of 251.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #605A7A is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9690122-
CMYK0.210.2600.52
HSL251.25º15.09%41.57%-
HSV(B)251.25º26.23%47.84%-
XYZ11.9911.219.94-
YUV95.44142.99128.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 90 (35.55% from 255) = 29.22%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=31.17%
G=29.22%
B=39.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96901220.210.2600.52251.2515.0941.57
Hex605A7A151A034fbf2a
Octal14013217225320643731752
Binary11000001011010111101010101110100110100111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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