#615EA0

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

Shades of Rich Blue #615EA0

Tints of Rich Blue #615EA0

Color information

#615EA0 (or 0x615EA0) is unknown color: approx Rich Blue. HEX triplet: 61, 5E and A0. RGB value is (97,94,160). Sum of RGB (Red+Green+Blue) = 97+94+160=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #615EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EA0 is #9EA15F. Grayscale: #666666. Windows color (decimal): -10396000 or 10509921. OLE color: 10509921.

HSL color Cylindrical-coordinate representation of color #615EA0: hue angle of 242.73º degrees, saturation: 0.26, 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 #615EA0 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9794160-
CMYK0.390.4100.37
HSL242.73º25.98%49.8%-
HSV(B)242.73º41.25%62.75%-
XYZ15.2813.0834.98-
YUV102.42160.49124.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 94 (37.11% from 255) = 26.78%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=27.64%
G=26.78%
B=45.58%

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
Decimal97941600.390.4100.37242.7325.9849.8
Hex615EA02729025f31a32
Octal14113624047510453633262
Binary110000110111101010000010011110100101001011111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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