#615F9B

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

Shades of Rich Blue #615F9B

Tints of Rich Blue #615F9B

Color information

#615F9B (or 0x615F9B) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and 9B. RGB value is (97,95,155). Sum of RGB (Red+Green+Blue) = 97+95+155=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #615F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F9B is #9EA064. Grayscale: #666666. Windows color (decimal): -10395749 or 10182497. OLE color: 10182497.

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

Color convert

RGB9795155-
CMYK0.370.3900.39
HSL242º24%49.02%-
HSV(B)242º38.71%60.78%-
XYZ14.9413.0932.75-
YUV102.44157.66124.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=27.95%
G=27.38%
B=44.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97951550.370.3900.392422449.02
Hex615F9B2527027f21831
Octal14113723345470473623061
Binary110000110111111001101110010110011101001111111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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