#615E9C

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

Shades of Rich Blue #615E9C

Tints of Rich Blue #615E9C

Color information

#615E9C (or 0x615E9C) is unknown color: approx Rich Blue. HEX triplet: 61, 5E and 9C. RGB value is (97,94,156). Sum of RGB (Red+Green+Blue) = 97+94+156=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #615E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E9C is #9EA163. Grayscale: #656565. Windows color (decimal): -10396004 or 10247777. OLE color: 10247777.

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

Color convert

RGB9794156-
CMYK0.380.4000.39
HSL242.9º24.8%49.02%-
HSV(B)242.9º39.74%61.18%-
XYZ14.9312.9533.16-
YUV101.96158.49124.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 94 (37.11% from 255) = 27.09%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=27.95%
G=27.09%
B=44.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97941560.380.4000.39242.924.849.02
Hex615E9C2628027f31931
Octal14113623446500473633161
Binary110000110111101001110010011010100001001111111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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