#615F9E

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

Shades of Rich Blue #615F9E

Tints of Rich Blue #615F9E

Color information

#615F9E (or 0x615F9E) is unknown color: approx Rich Blue. HEX triplet: 61, 5F and 9E. RGB value is (97,95,158). Sum of RGB (Red+Green+Blue) = 97+95+158=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #615F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F9E is #9EA061. Grayscale: #666666. Windows color (decimal): -10395746 or 10379105. OLE color: 10379105.

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

Color convert

RGB9795158-
CMYK0.390.4000.38
HSL241.9º24.9%49.61%-
HSV(B)241.9º39.87%61.96%-
XYZ15.1913.1934.09-
YUV102.78159.16123.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 158 (62.11% from 255) = 45.14%
R=27.71%
G=27.14%
B=45.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97951580.390.4000.38241.924.949.61
Hex615F9E2728026f21932
Octal14113723647500463623162
Binary110000110111111001111010011110100001001101111001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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