#605AAB

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

Shades of Rich Blue #605AAB

Tints of Rich Blue #605AAB

Color information

#605AAB (or 0x605AAB) is unknown color: approx Rich Blue. HEX triplet: 60, 5A and AB. RGB value is (96,90,171). Sum of RGB (Red+Green+Blue) = 96+90+171=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #605AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605AAB is #9FA554. Grayscale: #646464. Windows color (decimal): -10462549 or 11229792. OLE color: 11229792.

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

Color convert

RGB9690171-
CMYK0.440.4700.33
HSL244.44º32.53%51.18%-
HSV(B)244.44º47.37%67.06%-
XYZ15.8312.7440.15-
YUV101.03167.49124.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=26.89%
G=25.21%
B=47.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96901710.440.4700.33244.4432.5351.18
Hex605AAB2C2F021f42133
Octal14013225354570413644163
Binary1100000101101010101011101100101111010000111110100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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