#605DB4

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

Shades of Rich Blue #605DB4

Tints of Rich Blue #605DB4

Color information

#605DB4 (or 0x605DB4) is unknown color: approx Rich Blue. HEX triplet: 60, 5D and B4. RGB value is (96,93,180). Sum of RGB (Red+Green+Blue) = 96+93+180=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #605DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DB4 is #9FA24B. Grayscale: #676767. Windows color (decimal): -10461772 or 11820384. OLE color: 11820384.

HSL color Cylindrical-coordinate representation of color #605DB4: hue angle of 242.07º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605DB4 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9693180-
CMYK0.470.4800.29
HSL242.07º36.71%53.53%-
HSV(B)242.07º48.33%70.59%-
XYZ16.9813.6144.91-
YUV103.81170.99122.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.02%
GREEN value IS 93 (36.72% from 255) = 25.20%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=26.02%
G=25.20%
B=48.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal96931800.470.4800.29242.0736.7153.53
Hex605DB42F3001Df22536
Octal14013526457600353624566
Binary110000010111011011010010111111000001110111110010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,180); }

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

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

 a { background-color: rgb(96,93,180); }

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

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

 span { border-color: rgb(96,93,180); }

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