Html Css Color HEX #615FEE Medium Slate Blue

📋 copy color: '#615FEE'

red 97 ◦ green 95 ◦ blue 238

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

Shades of Medium Slate Blue #615FEE

Tints of Medium Slate Blue #615FEE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.09%

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 22.56%
G = 22.09%
B = 55.35%

CMYK

 C value IS 0.59

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#615FEE (or 0x615FEE) is known color: Medium Slate Blue. HEX triplet: 61, 5F and EE. RGB value is (97,95,238). Sum of RGB (Red+Green+Blue) = 97+95+238=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #615FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615FEE is #9EA011. Grayscale: #6F6F6F. Windows color (decimal): -10395666 or 15621985. OLE color: 15621985.

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

Color convert

RGB 97 95 238 -
CMYK 0.59 0.60 0 0.07
HSL 240.84º 0.81% 0.65% -
HSV(B) 240.84º 0.6% 0.93% -
XYZ 24.45 16.9 82.86 -
YUV 111.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 97 95 238 0.59 0.60 0 0.07 240.84 0.81 0.65
Hex 61 5F EE 3B 3C 0 7 F1 51 41
Octal 141 137 356 73 74 0 7 361 121 101
Binary 1100001 1011111 11101110 111011 111100 0 111 11110001 1010001 1000001

Color Harmonies of #615FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FEE

Black with #615FEE

Text Example


Text Example

White with #615FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,95,238); }

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

background-color css

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

 a { background-color: rgb(97,95,238); }

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

border-color css

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

 span { border-color: rgb(97,95,238); }

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