Html Css Color HEX #615DEC Medium Slate Blue

📋 copy color: '#615DEC'

red 97 ◦ green 93 ◦ blue 236

#615DEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #615DEC

Tints of Medium Slate Blue #615DEC

RGB

 RED value IS 97 (38.28% from 255) = 22.77%

 GREEN value IS 93 (36.72% from 255) = 21.83%

 BLUE value IS 236 (92.58% from 255) = 55.4%

R = 22.77%
G = 21.83%
B = 55.4%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#615DEC (or 0x615DEC) is known color: Medium Slate Blue. HEX triplet: 61, 5D and EC. RGB value is (97,93,236). Sum of RGB (Red+Green+Blue) = 97+93+236=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #615DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615DEC is #9EA213. Grayscale: #6D6D6D. Windows color (decimal): -10396180 or 15490401. OLE color: 15490401.

HSL color Cylindrical-coordinate representation of color #615DEC: hue angle of 241.68º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615DEC is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 93 236 -
CMYK 0.59 0.61 0 0.07
HSL 241.68º 0.79% 0.65% -
HSV(B) 241.68º 0.61% 0.93% -
XYZ 23.98 16.43 81.26 -
YUV 110.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 97 93 236 0.59 0.61 0 0.07 241.68 0.79 0.65
Hex 61 5D EC 3B 3D 0 7 F2 4F 41
Octal 141 135 354 73 75 0 7 362 117 101
Binary 1100001 1011101 11101100 111011 111101 0 111 11110010 1001111 1000001

Color Harmonies of #615DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DEC

Black with #615DEC

Text Example


Text Example

White with #615DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615DEC;
 }
 .AnyTagClassName
 {
   color: #615DEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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