#615CAC

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

Shades of Rich Blue #615CAC

Tints of Rich Blue #615CAC

Color information

#615CAC (or 0x615CAC) is unknown color: approx Rich Blue. HEX triplet: 61, 5C and AC. RGB value is (97,92,172). Sum of RGB (Red+Green+Blue) = 97+92+172=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #615CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615CAC is #9EA353. Grayscale: #666666. Windows color (decimal): -10396500 or 11295841. OLE color: 11295841.

HSL color Cylindrical-coordinate representation of color #615CAC: hue angle of 243.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #615CAC is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9792172-
CMYK0.440.4700.33
HSL243.75º32.52%51.76%-
HSV(B)243.75º46.51%67.45%-
XYZ16.213.1740.72-
YUV102.62167.16124-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=26.87%
G=25.48%
B=47.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal97921720.440.4700.33243.7532.5251.76
Hex615CAC2C2F021f42134
Octal14113425454570413644164
Binary1100001101110010101100101100101111010000111110100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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