Html Css Color HEX #6E6EF1 Medium Slate Blue

📋 copy color: '#6E6EF1'

red 110 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #6E6EF1

Tints of Medium Slate Blue #6E6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 241 (94.53% from 255) = 52.28%

R = 23.86%
G = 23.86%
B = 52.28%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E6EF1 (or 0x6E6EF1) is known color: Medium Slate Blue. HEX triplet: 6E, 6E and F1. RGB value is (110,110,241). Sum of RGB (Red+Green+Blue) = 110+110+241=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #6E6EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6EF1 is #91910E. Grayscale: #7C7C7C. Windows color (decimal): -9539855 or 15822446. OLE color: 15822446.

HSL color Cylindrical-coordinate representation of color #6E6EF1: hue angle of 240º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6EF1 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 110 241 -
CMYK 0.54 0.54 0 0.05
HSL 240º 0.82% 0.69% -
HSV(B) 240º 0.54% 0.95% -
XYZ 27.88 20.82 85.77 -
YUV 124.93 193.5 117.35 -
System Red Green Blue C M Y K H S L
Decimal 110 110 241 0.54 0.54 0 0.05 240 0.82 0.69
Hex 6E 6E F1 36 36 0 5 F0 52 45
Octal 156 156 361 66 66 0 5 360 122 105
Binary 1101110 1101110 11110001 110110 110110 0 101 11110000 1010010 1000101

Color Harmonies of #6E6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6EF1

Black with #6E6EF1

Text Example


Text Example

White with #6E6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,110,241); }

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

background-color css

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

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

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

border-color css

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

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

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