#615CC5

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

Shades of Slate Blue #615CC5

Tints of Slate Blue #615CC5

Color information

#615CC5 (or 0x615CC5) is unknown color: approx Slate Blue. HEX triplet: 61, 5C and C5. RGB value is (97,92,197). Sum of RGB (Red+Green+Blue) = 97+92+197=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #615CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CC5 is #9EA33A. Grayscale: #696969. Windows color (decimal): -10396475 or 12934241. OLE color: 12934241.

HSL color Cylindrical-coordinate representation of color #615CC5: hue angle of 242.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #615CC5 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9792197-
CMYK0.510.5300.23
HSL242.86º47.51%56.67%-
HSV(B)242.86º53.3%77.25%-
XYZ18.8314.2354.58-
YUV105.46179.66121.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 197 (77.34% from 255) = 51.04%
R=25.13%
G=23.83%
B=51.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal97921970.510.5300.23242.8647.5156.67
Hex615CC53335017f33039
Octal14113430563650273636071
Binary110000110111001100010111001111010101011111110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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