#615FA0

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

Shades of Rich Blue #615FA0

Tints of Rich Blue #615FA0

Color information

#615FA0 (or 0x615FA0) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and A0. RGB value is (97,95,160). Sum of RGB (Red+Green+Blue) = 97+95+160=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 160 - color contains mainly: blue. Hex color #615FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615FA0 is #9EA05F. Grayscale: #666666. Windows color (decimal): -10395744 or 10510177. OLE color: 10510177.

HSL color Cylindrical-coordinate representation of color #615FA0: hue angle of 241.85º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615FA0 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9795160-
CMYK0.390.4100.37
HSL241.85º25.49%50%-
HSV(B)241.85º40.62%62.75%-
XYZ15.3713.2635.01-
YUV103.01160.16123.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=27.56%
G=26.99%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97951600.390.4100.37241.8525.4950
Hex615FA02729025f21932
Octal14113724047510453623162
Binary110000110111111010000010011110100101001011111001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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