#605EAD

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

Shades of Rich Blue #605EAD

Tints of Rich Blue #605EAD

Color information

#605EAD (or 0x605EAD) is unknown color: approx Rich Blue. HEX triplet: 60, 5E and AD. RGB value is (96,94,173). Sum of RGB (Red+Green+Blue) = 96+94+173=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #605EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605EAD is #9FA152. Grayscale: #676767. Windows color (decimal): -10461523 or 11361888. OLE color: 11361888.

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

Color convert

RGB9694173-
CMYK0.450.4600.32
HSL241.52º32.51%52.35%-
HSV(B)241.52º45.66%67.84%-
XYZ16.3713.5141.28-
YUV103.6167.16122.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.45%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=26.45%
G=25.90%
B=47.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96941730.450.4600.32241.5232.5152.35
Hex605EAD2D2E020f22134
Octal14013625555560403624164
Binary1100000101111010101101101101101110010000011110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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