Html Css Color HEX #6D70EC Medium Slate Blue

📋 copy color: '#6D70EC'

red 109 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #6D70EC

Tints of Medium Slate Blue #6D70EC

RGB

 RED value IS 109 (42.97% from 255) = 23.85%

 GREEN value IS 112 (44.14% from 255) = 24.51%

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

R = 23.85%
G = 24.51%
B = 51.64%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D70EC (or 0x6D70EC) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and EC. RGB value is (109,112,236). Sum of RGB (Red+Green+Blue) = 109+112+236=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D70EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70EC is #928F13. Grayscale: #7C7C7C. Windows color (decimal): -9604884 or 15495277. OLE color: 15495277.

HSL color Cylindrical-coordinate representation of color #6D70EC: hue angle of 238.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D70EC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 112 236 -
CMYK 0.54 0.53 0 0.07
HSL 238.58º 0.77% 0.68% -
HSV(B) 238.58º 0.54% 0.93% -
XYZ 27.24 20.9 81.95 -
YUV 125.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 109 112 236 0.54 0.53 0 0.07 238.58 0.77 0.68
Hex 6D 70 EC 36 35 0 7 EF 4D 44
Octal 155 160 354 66 65 0 7 357 115 104
Binary 1101101 1110000 11101100 110110 110101 0 111 11101111 1001101 1000100

Color Harmonies of #6D70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70EC

Black with #6D70EC

Text Example


Text Example

White with #6D70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D70EC; }

 p { color: rgb(109,112,236); }

 H1.HeaderClassName
 {
   color: #6D70EC;
 }
 .AnyTagClassName
 {
   color: #6D70EC;
 }
</style>

background-color css

<style>
 a { background-color: #6D70EC; }

 a { background-color: rgb(109,112,236); }

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

border-color css

<style>
 span { border-color: #6D70EC; }

 span { border-color: rgb(109,112,236); }

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