#605EA1

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

Shades of Rich Blue #605EA1

Tints of Rich Blue #605EA1

Color information

#605EA1 (or 0x605EA1) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and A1. RGB value is (96,94,161). Sum of RGB (Red+Green+Blue) = 96+94+161=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 161 - color contains mainly: blue. Hex color #605EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EA1 is #9FA15E. Grayscale: #656565. Windows color (decimal): -10461535 or 10575456. OLE color: 10575456.

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

Color convert

RGB9694161-
CMYK0.400.4200.37
HSL241.79º26.27%50%-
HSV(B)241.79º41.61%63.14%-
XYZ15.2613.0735.44-
YUV102.24161.16123.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=27.35%
G=26.78%
B=45.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal96941610.400.4200.37241.7926.2750
Hex605EA1282A025f21a32
Octal14013624150520453623262
Binary110000010111101010000110100010101001001011111001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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