#605AAD

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

Shades of Rich Blue #605AAD

Tints of Rich Blue #605AAD

Color information

#605AAD (or 0x605AAD) is unknown color: approx Rich Blue. HEX triplet: 60, 5A and AD. RGB value is (96,90,173). Sum of RGB (Red+Green+Blue) = 96+90+173=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #605AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAD is #9FA552. Grayscale: #646464. Windows color (decimal): -10462547 or 11360864. OLE color: 11360864.

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

Color convert

RGB9690173-
CMYK0.450.4800.32
HSL244.34º33.6%51.57%-
HSV(B)244.34º47.98%67.84%-
XYZ16.0212.8241.16-
YUV101.26168.49124.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=26.74%
G=25.07%
B=48.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96901730.450.4800.32244.3433.651.57
Hex605AAD2D30020f42234
Octal14013225555600403644264
Binary1100000101101010101101101101110000010000011110100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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