Html Css Color HEX #6E6DFA Medium Slate Blue

📋 copy color: '#6E6DFA'

red 110 ◦ green 109 ◦ blue 250

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

Shades of Medium Slate Blue #6E6DFA

Tints of Medium Slate Blue #6E6DFA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 250 (98.05% from 255) = 53.3%

R = 23.45%
G = 23.24%
B = 53.3%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E6DFA (or 0x6E6DFA) is known color: Medium Slate Blue. HEX triplet: 6E, 6D and FA. RGB value is (110,109,250). Sum of RGB (Red+Green+Blue) = 110+109+250=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E6DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6DFA is #919205. Grayscale: #7C7C7C. Windows color (decimal): -9540102 or 16412014. OLE color: 16412014.

HSL color Cylindrical-coordinate representation of color #6E6DFA: hue angle of 240.43º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E6DFA is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 109 250 -
CMYK 0.56 0.56 0 0.02
HSL 240.43º 0.93% 0.7% -
HSV(B) 240.43º 0.56% 0.98% -
XYZ 29.15 21.15 92.99 -
YUV 125.37 198.33 117.04 -
System Red Green Blue C M Y K H S L
Decimal 110 109 250 0.56 0.56 0 0.02 240.43 0.93 0.7
Hex 6E 6D FA 38 38 0 2 F0 5D 46
Octal 156 155 372 70 70 0 2 360 135 106
Binary 1101110 1101101 11111010 111000 111000 0 10 11110000 1011101 1000110

Color Harmonies of #6E6DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6DFA

Black with #6E6DFA

Text Example


Text Example

White with #6E6DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,109,250); }

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

background-color css

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

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

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

border-color css

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

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

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