#605BB5

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

Shades of Rich Blue #605BB5

Tints of Rich Blue #605BB5

Color information

#605BB5 (or 0x605BB5) is unknown color: approx Rich Blue. HEX triplet: 60, 5B and B5. RGB value is (96,91,181). Sum of RGB (Red+Green+Blue) = 96+91+181=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 181 (71.09% from 255 or 49.18% from 368); Max value from RGB is 181 - color contains mainly: blue. Hex color #605BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BB5 is #9FA44A. Grayscale: #666666. Windows color (decimal): -10462283 or 11885408. OLE color: 11885408.

HSL color Cylindrical-coordinate representation of color #605BB5: hue angle of 243.33º 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 #605BB5 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9691181-
CMYK0.470.5000.29
HSL243.33º37.82%53.33%-
HSV(B)243.33º49.72%70.98%-
XYZ16.9113.3145.39-
YUV102.76172.16123.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 91 (35.94% from 255) = 24.73%
BLUE value IS 181 (71.09% from 255) = 49.18%
R=26.09%
G=24.73%
B=49.18%

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
Decimal96911810.470.5000.29243.3337.8253.33
Hex605BB52F3201Df32635
Octal14013326557620353634665
Binary110000010110111011010110111111001001110111110011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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