#615D9C

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

Shades of Rich Blue #615D9C

Tints of Rich Blue #615D9C

Color information

#615D9C (or 0x615D9C) is unknown color: approx Rich Blue. HEX triplet: 61, 5D and 9C. RGB value is (97,93,156). Sum of RGB (Red+Green+Blue) = 97+93+156=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #615D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615D9C is #9EA263. Grayscale: #656565. Windows color (decimal): -10396260 or 10247521. OLE color: 10247521.

HSL color Cylindrical-coordinate representation of color #615D9C: hue angle of 243.81º 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 #615D9C is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9793156-
CMYK0.380.4000.39
HSL243.81º25.3%48.82%-
HSV(B)243.81º40.38%61.18%-
XYZ14.8412.7733.14-
YUV101.38158.83124.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.03%
GREEN value IS 93 (36.72% from 255) = 26.88%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=28.03%
G=26.88%
B=45.09%

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
Decimal97931560.380.4000.39243.8125.348.82
Hex615D9C2628027f41931
Octal14113523446500473643161
Binary110000110111011001110010011010100001001111111010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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