#615BA5

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

Shades of Rich Blue #615BA5

Tints of Rich Blue #615BA5

Color information

#615BA5 (or 0x615BA5) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and A5. RGB value is (97,91,165). Sum of RGB (Red+Green+Blue) = 97+91+165=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #615BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA5 is #9EA45A. Grayscale: #646464. Windows color (decimal): -10396763 or 10836833. OLE color: 10836833.

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

Color convert

RGB9791165-
CMYK0.410.4500.35
HSL244.86º29.13%50.2%-
HSV(B)244.86º44.85%64.71%-
XYZ15.4612.7437.24-
YUV101.23163.99124.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=27.48%
G=25.78%
B=46.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97911650.410.4500.35244.8629.1350.2
Hex615BA5292D023f51d32
Octal14113324551550433653562
Binary110000110110111010010110100110110101000111111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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