#615AAD

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

Shades of Rich Blue #615AAD

Tints of Rich Blue #615AAD

Color information

#615AAD (or 0x615AAD) is unknown color: approx Rich Blue. HEX triplet: 61, 5A and AD. RGB value is (97,90,173). Sum of RGB (Red+Green+Blue) = 97+90+173=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #615AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AAD is #9EA552. Grayscale: #656565. Windows color (decimal): -10397011 or 11360865. OLE color: 11360865.

HSL color Cylindrical-coordinate representation of color #615AAD: hue angle of 245.06º 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 #615AAD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9790173-
CMYK0.440.4800.32
HSL245.06º33.6%51.57%-
HSV(B)245.06º47.98%67.84%-
XYZ16.1312.8741.17-
YUV101.56168.32124.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=26.94%
G=25%
B=48.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97901730.440.4800.32245.0633.651.57
Hex615AAD2C30020f52234
Octal14113225554600403654264
Binary1100001101101010101101101100110000010000011110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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