#605EA0

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

Shades of Rich Blue #605EA0

Tints of Rich Blue #605EA0

Color information

#605EA0 (or 0x605EA0) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and A0. RGB value is (96,94,160). Sum of RGB (Red+Green+Blue) = 96+94+160=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #605EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EA0 is #9FA15F. Grayscale: #656565. Windows color (decimal): -10461536 or 10509920. OLE color: 10509920.

HSL color Cylindrical-coordinate representation of color #605EA0: hue angle of 241.82º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #605EA0 is Cyan = 0.4, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9694160-
CMYK0.40.4100.37
HSL241.82º25.98%49.8%-
HSV(B)241.82º41.25%62.75%-
XYZ15.1713.0334.97-
YUV102.12160.66123.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=27.43%
G=26.86%
B=45.71%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96941600.40.4100.37241.8225.9849.8
Hex605EA02829025f21a32
Octal14013624050510453623262
Binary110000010111101010000010100010100101001011111001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,160); }

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

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

 a { background-color: rgb(96,94,160); }

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

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

 span { border-color: rgb(96,94,160); }

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