#615AAB

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

Shades of Rich Blue #615AAB

Tints of Rich Blue #615AAB

Color information

#615AAB (or 0x615AAB) is unknown color: approx Rich Blue. HEX triplet: 61, 5A and AB. RGB value is (97,90,171). Sum of RGB (Red+Green+Blue) = 97+90+171=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #615AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AAB is #9EA554. Grayscale: #656565. Windows color (decimal): -10397013 or 11229793. OLE color: 11229793.

HSL color Cylindrical-coordinate representation of color #615AAB: hue angle of 245.19º 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 #615AAB is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9790171-
CMYK0.430.4700.33
HSL245.19º32.53%51.18%-
HSV(B)245.19º47.37%67.06%-
XYZ15.9412.7940.16-
YUV101.33167.32124.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=27.09%
G=25.14%
B=47.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97901710.430.4700.33245.1932.5351.18
Hex615AAB2B2F021f52133
Octal14113225353570413654163
Binary1100001101101010101011101011101111010000111110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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