Html Css Color HEX #6E68F3 Medium Slate Blue

📋 copy color: '#6E68F3'

red 110 ◦ green 104 ◦ blue 243

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

Shades of Medium Slate Blue #6E68F3

Tints of Medium Slate Blue #6E68F3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

 BLUE value IS 243 (95.31% from 255) = 53.17%

R = 24.07%
G = 22.76%
B = 53.17%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6E68F3 (or 0x6E68F3) is known color: Medium Slate Blue. HEX triplet: 6E, 68 and F3. RGB value is (110,104,243). Sum of RGB (Red+Green+Blue) = 110+104+243=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #6E68F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E68F3 is #91970C. Grayscale: #797979. Windows color (decimal): -9541389 or 15951982. OLE color: 15951982.

HSL color Cylindrical-coordinate representation of color #6E68F3: hue angle of 242.59º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E68F3 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 104 243 -
CMYK 0.55 0.57 0 0.05
HSL 242.59º 0.85% 0.68% -
HSV(B) 242.59º 0.57% 0.95% -
XYZ 27.56 19.69 87.14 -
YUV 121.64 196.49 119.7 -
System Red Green Blue C M Y K H S L
Decimal 110 104 243 0.55 0.57 0 0.05 242.59 0.85 0.68
Hex 6E 68 F3 37 39 0 5 F3 55 44
Octal 156 150 363 67 71 0 5 363 125 104
Binary 1101110 1101000 11110011 110111 111001 0 101 11110011 1010101 1000100

Color Harmonies of #6E68F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E68F3

Black with #6E68F3

Text Example


Text Example

White with #6E68F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,243); }

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

background-color css

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

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

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

border-color css

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

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

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