Html Css Color HEX #6E6EFA Medium Slate Blue

📋 copy color: '#6E6EFA'

red 110 ◦ green 110 ◦ blue 250

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

Shades of Medium Slate Blue #6E6EFA

Tints of Medium Slate Blue #6E6EFA

RGB

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

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

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

R = 23.4%
G = 23.4%
B = 53.19%

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

#6E6EFA (or 0x6E6EFA) is known color: Medium Slate Blue. HEX triplet: 6E, 6E and FA. RGB value is (110,110,250). Sum of RGB (Red+Green+Blue) = 110+110+250=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6EFA is #919105. Grayscale: #7D7D7D. Windows color (decimal): -9539846 or 16412270. OLE color: 16412270.

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

Color convert

RGB 110 110 250 -
CMYK 0.56 0.56 0 0.02
HSL 240º 0.93% 0.71% -
HSV(B) 240º 0.56% 0.98% -
XYZ 29.26 21.37 93.02 -
YUV 125.96 198 116.62 -
System Red Green Blue C M Y K H S L
Decimal 110 110 250 0.56 0.56 0 0.02 240 0.93 0.71
Hex 6E 6E FA 38 38 0 2 F0 5D 47
Octal 156 156 372 70 70 0 2 360 135 107
Binary 1101110 1101110 11111010 111000 111000 0 10 11110000 1011101 1000111

Color Harmonies of #6E6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6EFA

Black with #6E6EFA

Text Example


Text Example

White with #6E6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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