Html Css Color HEX #6E6CFE Medium Slate Blue

📋 copy color: '#6E6CFE'

red 110 ◦ green 108 ◦ blue 254

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

Shades of Medium Slate Blue #6E6CFE

Tints of Medium Slate Blue #6E6CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 23.31%
G = 22.88%
B = 53.81%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E6CFE (or 0x6E6CFE) is known color: Medium Slate Blue. HEX triplet: 6E, 6C and FE. RGB value is (110,108,254). Sum of RGB (Red+Green+Blue) = 110+108+254=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E6CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6CFE is #919301. Grayscale: #7C7C7C. Windows color (decimal): -9540354 or 16673902. OLE color: 16673902.

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

Color convert

RGB 110 108 254 -
CMYK 0.57 0.57 0 0.00
HSL 240.82º 0.99% 0.71% -
HSV(B) 240.82º 0.57% 1% -
XYZ 29.68 21.2 96.29 -
YUV 125.24 200.66 117.13 -
System Red Green Blue C M Y K H S L
Decimal 110 108 254 0.57 0.57 0 0.00 240.82 0.99 0.71
Hex 6E 6C FE 39 39 0 0 F1 63 47
Octal 156 154 376 71 71 0 0 361 143 107
Binary 1101110 1101100 11111110 111001 111001 0 0 11110001 1100011 1000111

Color Harmonies of #6E6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CFE

Black with #6E6CFE

Text Example


Text Example

White with #6E6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,108,254); }

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

background-color css

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

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

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

border-color css

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

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

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