#615E9D

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

Shades of Rich Blue #615E9D

Tints of Rich Blue #615E9D

Color information

#615E9D (or 0x615E9D) is unknown color: approx Rich Blue. HEX triplet: 61, 5E and 9D. RGB value is (97,94,157). Sum of RGB (Red+Green+Blue) = 97+94+157=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #615E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E9D is #9EA162. Grayscale: #656565. Windows color (decimal): -10396003 or 10313313. OLE color: 10313313.

HSL color Cylindrical-coordinate representation of color #615E9D: hue angle of 242.86º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615E9D is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9794157-
CMYK0.380.4000.38
HSL242.86º25.1%49.22%-
HSV(B)242.86º40.13%61.57%-
XYZ15.0212.9833.61-
YUV102.08158.99124.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 157 (61.72% from 255) = 45.11%
R=27.87%
G=27.01%
B=45.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97941570.380.4000.38242.8625.149.22
Hex615E9D2628026f31931
Octal14113623546500463633161
Binary110000110111101001110110011010100001001101111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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