#605EB0

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

Shades of Rich Blue #605EB0

Tints of Rich Blue #605EB0

Color information

#605EB0 (or 0x605EB0) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and B0. RGB value is (96,94,176). Sum of RGB (Red+Green+Blue) = 96+94+176=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #605EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EB0 is #9FA14F. Grayscale: #676767. Windows color (decimal): -10461520 or 11558496. OLE color: 11558496.

HSL color Cylindrical-coordinate representation of color #605EB0: hue angle of 241.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605EB0 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9694176-
CMYK0.450.4700.31
HSL241.46º34.17%52.94%-
HSV(B)241.46º46.59%69.02%-
XYZ16.6613.6342.83-
YUV103.95168.66122.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 176 (69.14% from 255) = 48.09%
R=26.23%
G=25.68%
B=48.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96941760.450.4700.31241.4634.1752.94
Hex605EB02D2F01Ff12235
Octal14013626055570373614265
Binary110000010111101011000010110110111101111111110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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