#605AB5

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

Shades of Rich Blue #605AB5

Tints of Rich Blue #605AB5

Color information

#605AB5 (or 0x605AB5) is unknown color: approx Rich Blue. HEX triplet: 60, 5A and B5. RGB value is (96,90,181). Sum of RGB (Red+Green+Blue) = 96+90+181=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #605AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AB5 is #9FA54A. Grayscale: #656565. Windows color (decimal): -10462539 or 11885152. OLE color: 11885152.

HSL color Cylindrical-coordinate representation of color #605AB5: hue angle of 243.96º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605AB5 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9690181-
CMYK0.470.5000.29
HSL243.96º38.08%53.14%-
HSV(B)243.96º50.28%70.98%-
XYZ16.8213.1445.36-
YUV102.17172.49123.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 181 (71.09% from 255) = 49.32%
R=26.16%
G=24.52%
B=49.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96901810.470.5000.29243.9638.0853.14
Hex605AB52F3201Df42635
Octal14013226557620353644665
Binary110000010110101011010110111111001001110111110100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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