#605EAA

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

Shades of Rich Blue #605EAA

Tints of Rich Blue #605EAA

Color information

#605EAA (or 0x605EAA) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and AA. RGB value is (96,94,170). Sum of RGB (Red+Green+Blue) = 96+94+170=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #605EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EAA is #9FA155. Grayscale: #666666. Windows color (decimal): -10461526 or 11165280. OLE color: 11165280.

HSL color Cylindrical-coordinate representation of color #605EAA: hue angle of 241.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #605EAA is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9694170-
CMYK0.440.4500.33
HSL241.58º30.89%51.76%-
HSV(B)241.58º44.71%66.67%-
XYZ16.0813.3939.77-
YUV103.26165.66122.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=26.67%
G=26.11%
B=47.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96941700.440.4500.33241.5830.8951.76
Hex605EAA2C2D021f21f34
Octal14013625254550413623764
Binary110000010111101010101010110010110101000011111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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