#605DA4

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

Shades of Rich Blue #605DA4

Tints of Rich Blue #605DA4

Color information

#605DA4 (or 0x605DA4) is unknown color: approx Rich Blue. HEX triplet: 60, 5D and A4. RGB value is (96,93,164). Sum of RGB (Red+Green+Blue) = 96+93+164=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #605DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605DA4 is #9FA25B. Grayscale: #656565. Windows color (decimal): -10461788 or 10771808. OLE color: 10771808.

HSL color Cylindrical-coordinate representation of color #605DA4: hue angle of 242.54º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #605DA4 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9693164-
CMYK0.410.4300.36
HSL242.54º28.06%50.39%-
HSV(B)242.54º43.29%64.31%-
XYZ15.441336.82-
YUV101.99162.99123.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 93 (36.72% from 255) = 26.35%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=27.20%
G=26.35%
B=46.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal96931640.410.4300.36242.5428.0650.39
Hex605DA4292B024f31c32
Octal14013524451530443633462
Binary110000010111011010010010100110101101001001111001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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