#615C9C

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

Shades of Rich Blue #615C9C

Tints of Rich Blue #615C9C

Color information

#615C9C (or 0x615C9C) is unknown color: approx Rich Blue. HEX triplet: 61, 5C and 9C. RGB value is (97,92,156). Sum of RGB (Red+Green+Blue) = 97+92+156=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #615C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615C9C is #9EA363. Grayscale: #646464. Windows color (decimal): -10396516 or 10247265. OLE color: 10247265.

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

Color convert

RGB9792156-
CMYK0.380.4100.39
HSL244.69º25.81%48.63%-
HSV(B)244.69º41.03%61.18%-
XYZ14.7612.633.11-
YUV100.79159.16125.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=28.12%
G=26.67%
B=45.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97921560.380.4100.39244.6925.8148.63
Hex615C9C2629027f51a31
Octal14113423446510473653261
Binary110000110111001001110010011010100101001111111010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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