#615B9C

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

Shades of Rich Blue #615B9C

Tints of Rich Blue #615B9C

Color information

#615B9C (or 0x615B9C) is unknown color: approx Rich Blue. HEX triplet: 61, 5B and 9C. RGB value is (97,91,156). Sum of RGB (Red+Green+Blue) = 97+91+156=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #615B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B9C is #9EA463. Grayscale: #636363. Windows color (decimal): -10396772 or 10247009. OLE color: 10247009.

HSL color Cylindrical-coordinate representation of color #615B9C: hue angle of 245.54º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615B9C is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9791156-
CMYK0.380.4200.39
HSL245.54º26.32%48.43%-
HSV(B)245.54º41.67%61.18%-
XYZ14.6712.4233.08-
YUV100.2159.49125.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=28.20%
G=26.45%
B=45.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97911560.380.4200.39245.5426.3248.43
Hex615B9C262A027f61a30
Octal14113323446520473663260
Binary110000110110111001110010011010101001001111111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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