Html Css Color HEX #6E68EB Medium Slate Blue

📋 copy color: '#6E68EB'

red 110 ◦ green 104 ◦ blue 235

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

Shades of Medium Slate Blue #6E68EB

Tints of Medium Slate Blue #6E68EB

RGB

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

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

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

R = 24.5%
G = 23.16%
B = 52.34%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E68EB (or 0x6E68EB) is known color: Medium Slate Blue. HEX triplet: 6E, 68 and EB. RGB value is (110,104,235). Sum of RGB (Red+Green+Blue) = 110+104+235=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E68EB is #919714. Grayscale: #787878. Windows color (decimal): -9541397 or 15427694. OLE color: 15427694.

HSL color Cylindrical-coordinate representation of color #6E68EB: hue angle of 242.75º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E68EB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 104 235 -
CMYK 0.53 0.56 0 0.08
HSL 242.75º 0.77% 0.66% -
HSV(B) 242.75º 0.56% 0.92% -
XYZ 26.38 19.21 80.92 -
YUV 120.73 192.49 120.35 -
System Red Green Blue C M Y K H S L
Decimal 110 104 235 0.53 0.56 0 0.08 242.75 0.77 0.66
Hex 6E 68 EB 35 38 0 8 F3 4D 42
Octal 156 150 353 65 70 0 10 363 115 102
Binary 1101110 1101000 11101011 110101 111000 0 1000 11110011 1001101 1000010

Color Harmonies of #6E68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E68EB

Black with #6E68EB

Text Example


Text Example

White with #6E68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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