#605BB9

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

Shades of Rich Blue #605BB9

Tints of Rich Blue #605BB9

Color information

#605BB9 (or 0x605BB9) is unknown color: approx Rich Blue. HEX triplet: 60, 5B and B9. RGB value is (96,91,185). Sum of RGB (Red+Green+Blue) = 96+91+185=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #605BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BB9 is #9FA446. Grayscale: #666666. Windows color (decimal): -10462279 or 12147552. OLE color: 12147552.

HSL color Cylindrical-coordinate representation of color #605BB9: hue angle of 243.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605BB9 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9691185-
CMYK0.480.5100.27
HSL243.19º40.17%54.12%-
HSV(B)243.19º50.81%72.55%-
XYZ17.3213.4747.59-
YUV103.21174.16122.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 185 (72.66% from 255) = 49.73%
R=25.81%
G=24.46%
B=49.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96911850.480.5100.27243.1940.1754.12
Hex605BB9303301Bf32836
Octal14013327160630333635066
Binary110000010110111011100111000011001101101111110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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