#615FA5

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

Shades of Rich Blue #615FA5

Tints of Rich Blue #615FA5

Color information

#615FA5 (or 0x615FA5) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and A5. RGB value is (97,95,165). Sum of RGB (Red+Green+Blue) = 97+95+165=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #615FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FA5 is #9EA05A. Grayscale: #676767. Windows color (decimal): -10395739 or 10837857. OLE color: 10837857.

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

Color convert

RGB9795165-
CMYK0.410.4200.35
HSL241.71º28%50.98%-
HSV(B)241.71º42.42%64.71%-
XYZ15.8113.4437.36-
YUV103.58162.66123.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 95 (37.5% from 255) = 26.61%
BLUE value IS 165 (64.84% from 255) = 46.22%
R=27.17%
G=26.61%
B=46.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97951650.410.4200.35241.712850.98
Hex615FA5292A023f21c33
Octal14113724551520433623463
Binary110000110111111010010110100110101001000111111001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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