Html Css Color HEX #6D70EB Medium Slate Blue

📋 copy color: '#6D70EB'

red 109 ◦ green 112 ◦ blue 235

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

Shades of Medium Slate Blue #6D70EB

Tints of Medium Slate Blue #6D70EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 23.9%
G = 24.56%
B = 51.54%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D70EB (or 0x6D70EB) is known color: Medium Slate Blue. HEX triplet: 6D, 70 and EB. RGB value is (109,112,235). Sum of RGB (Red+Green+Blue) = 109+112+235=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D70EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D70EB is #928F14. Grayscale: #7C7C7C. Windows color (decimal): -9604885 or 15429741. OLE color: 15429741.

HSL color Cylindrical-coordinate representation of color #6D70EB: hue angle of 238.57º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D70EB is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 112 235 -
CMYK 0.54 0.52 0 0.08
HSL 238.57º 0.76% 0.67% -
HSV(B) 238.57º 0.54% 0.92% -
XYZ 27.1 20.84 81.19 -
YUV 125.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 109 112 235 0.54 0.52 0 0.08 238.57 0.76 0.67
Hex 6D 70 EB 36 34 0 8 EF 4C 43
Octal 155 160 353 66 64 0 10 357 114 103
Binary 1101101 1110000 11101011 110110 110100 0 1000 11101111 1001100 1000011

Color Harmonies of #6D70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70EB

Black with #6D70EB

Text Example


Text Example

White with #6D70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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