Html Css Color HEX #6E70FD Medium Slate Blue

📋 copy color: '#6E70FD'

red 110 ◦ green 112 ◦ blue 253

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

Shades of Medium Slate Blue #6E70FD

Tints of Medium Slate Blue #6E70FD

RGB

 RED value IS 110 (43.36% from 255) = 23.16%

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

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 23.16%
G = 23.58%
B = 53.26%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E70FD (or 0x6E70FD) is known color: Medium Slate Blue. HEX triplet: 6E, 70 and FD. RGB value is (110,112,253). Sum of RGB (Red+Green+Blue) = 110+112+253=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E70FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E70FD is #918F02. Grayscale: #7E7E7E. Windows color (decimal): -9539331 or 16609390. OLE color: 16609390.

HSL color Cylindrical-coordinate representation of color #6E70FD: hue angle of 239.16º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E70FD is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 112 253 -
CMYK 0.57 0.56 0 0.01
HSL 239.16º 0.97% 0.71% -
HSV(B) 239.16º 0.57% 0.99% -
XYZ 29.95 22 95.6 -
YUV 127.48 198.84 115.54 -
System Red Green Blue C M Y K H S L
Decimal 110 112 253 0.57 0.56 0 0.01 239.16 0.97 0.71
Hex 6E 70 FD 39 38 0 1 EF 61 47
Octal 156 160 375 71 70 0 1 357 141 107
Binary 1101110 1110000 11111101 111001 111000 0 1 11101111 1100001 1000111

Color Harmonies of #6E70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E70FD

Black with #6E70FD

Text Example


Text Example

White with #6E70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,112,253); }

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

background-color css

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

 a { background-color: rgb(110,112,253); }

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

border-color css

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

 span { border-color: rgb(110,112,253); }

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