#615ED1

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

Shades of Slate Blue #615ED1

Tints of Slate Blue #615ED1

Color information

#615ED1 (or 0x615ED1) is unknown color: approx Slate Blue. HEX triplet: 61, 5E and D1. RGB value is (97,94,209). Sum of RGB (Red+Green+Blue) = 97+94+209=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #615ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615ED1 is #9EA12E. Grayscale: #6B6B6B. Windows color (decimal): -10395951 or 13721185. OLE color: 13721185.

HSL color Cylindrical-coordinate representation of color #615ED1: hue angle of 241.57º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615ED1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9794209-
CMYK0.540.5500.18
HSL241.57º55.56%59.41%-
HSV(B)241.57º55.02%81.96%-
XYZ20.4415.1562.17-
YUV108.01184.99120.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 209 (82.03% from 255) = 52.25%
R=24.25%
G=23.5%
B=52.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97942090.540.5500.18241.5755.5659.41
Hex615ED13637012f2383b
Octal14113632166670223627073
Binary110000110111101101000111011011011101001011110010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,94,209); }

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

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

 a { background-color: rgb(97,94,209); }

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

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

 span { border-color: rgb(97,94,209); }

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