#615BA1

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

Shades of Rich Blue #615BA1

Tints of Rich Blue #615BA1

Color information

#615BA1 (or 0x615BA1) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and A1. RGB value is (97,91,161). Sum of RGB (Red+Green+Blue) = 97+91+161=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #615BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615BA1 is #9EA45E. Grayscale: #646464. Windows color (decimal): -10396767 or 10574689. OLE color: 10574689.

HSL color Cylindrical-coordinate representation of color #615BA1: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615BA1 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9791161-
CMYK0.400.4300.37
HSL245.14º27.78%49.41%-
HSV(B)245.14º43.48%63.14%-
XYZ15.112.635.35-
YUV100.77161.99125.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 161 (63.28% from 255) = 46.13%
R=27.79%
G=26.07%
B=46.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97911610.400.4300.37245.1427.7849.41
Hex615BA1282B025f51c31
Octal14113324150530453653461
Binary110000110110111010000110100010101101001011111010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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