#615ba3

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

Shades of Rich Blue #615BA3

Tints of Rich Blue #615BA3

Color information

#615BA3 (or 0x615BA3) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and A3. RGB value is (97,91,163). Sum of RGB (Red+Green+Blue) = 97+91+163=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #615BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA3 is #9EA45C. Grayscale: #646464. Windows color (decimal): -10396765 or 10705761. OLE color: 10705761.

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

Color convert

RGB9791163-
CMYK0.400.4400.36
HSL245º28.35%49.8%-
HSV(B)245º44.17%63.92%-
XYZ15.2812.6736.29-
YUV101162.99125.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 91 (35.94% from 255) = 25.93%
BLUE value IS 163 (64.06% from 255) = 46.44%
R=27.64%
G=25.93%
B=46.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97911630.400.4400.3624528.3549.8
Hex615BA3282C024f51c32
Octal14113324350540443653462
Binary110000110110111010001110100010110001001001111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615ba3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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