#615BAA

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

Shades of Rich Blue #615BAA

Tints of Rich Blue #615BAA

Color information

#615BAA (or 0x615BAA) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and AA. RGB value is (97,91,170). Sum of RGB (Red+Green+Blue) = 97+91+170=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #615BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BAA is #9EA455. Grayscale: #656565. Windows color (decimal): -10396758 or 11164513. OLE color: 11164513.

HSL color Cylindrical-coordinate representation of color #615BAA: hue angle of 244.56º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615BAA is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9791170-
CMYK0.430.4600.33
HSL244.56º31.73%51.18%-
HSV(B)244.56º46.47%66.67%-
XYZ15.9312.9339.69-
YUV101.8166.49124.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 91 (35.94% from 255) = 25.42%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=27.09%
G=25.42%
B=47.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97911700.430.4600.33244.5631.7351.18
Hex615BAA2B2E021f52033
Octal14113325253560413654063
Binary1100001101101110101010101011101110010000111110101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,91,170); }

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

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

 a { background-color: rgb(97,91,170); }

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

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

 span { border-color: rgb(97,91,170); }

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