#615EA2

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

Shades of Rich Blue #615EA2

Tints of Rich Blue #615EA2

Color information

#615EA2 (or 0x615EA2) is unknown color: approx Rich Blue. HEX triplet: 61, 5E and A2. RGB value is (97,94,162). Sum of RGB (Red+Green+Blue) = 97+94+162=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 162 - color contains mainly: blue. Hex color #615EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615EA2 is #9EA15D. Grayscale: #666666. Windows color (decimal): -10395998 or 10640993. OLE color: 10640993.

HSL color Cylindrical-coordinate representation of color #615EA2: hue angle of 242.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615EA2 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9794162-
CMYK0.400.4200.36
HSL242.65º26.77%50.2%-
HSV(B)242.65º41.98%63.53%-
XYZ15.4513.1635.91-
YUV102.65161.49123.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=27.48%
G=26.63%
B=45.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97941620.400.4200.36242.6526.7750.2
Hex615EA2282A024f31b32
Octal14113624250520443633362
Binary110000110111101010001010100010101001001001111001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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