#615AA4

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

Shades of Rich Blue #615AA4

Tints of Rich Blue #615AA4

Color information

#615AA4 (or 0x615AA4) is unknown color: approx Rich Blue. HEX triplet: 61, 5A and A4. RGB value is (97,90,164). Sum of RGB (Red+Green+Blue) = 97+90+164=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #615AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AA4 is #9EA55B. Grayscale: #646464. Windows color (decimal): -10397020 or 10771041. OLE color: 10771041.

HSL color Cylindrical-coordinate representation of color #615AA4: hue angle of 245.68º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #615AA4 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9790164-
CMYK0.410.4500.36
HSL245.68º29.13%49.8%-
HSV(B)245.68º45.12%64.31%-
XYZ15.2912.5336.74-
YUV100.53163.82125.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=27.64%
G=25.64%
B=46.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97901640.410.4500.36245.6829.1349.8
Hex615AA4292D024f61d32
Octal14113224451550443663562
Binary110000110110101010010010100110110101001001111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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