Html Css Color HEX #6E6AED Medium Slate Blue

📋 copy color: '#6E6AED'

red 110 ◦ green 106 ◦ blue 237

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

Shades of Medium Slate Blue #6E6AED

Tints of Medium Slate Blue #6E6AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.4%

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 24.28%
G = 23.4%
B = 52.32%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6E6AED (or 0x6E6AED) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and ED. RGB value is (110,106,237). Sum of RGB (Red+Green+Blue) = 110+106+237=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E6AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AED is #919512. Grayscale: #797979. Windows color (decimal): -9540883 or 15559278. OLE color: 15559278.

HSL color Cylindrical-coordinate representation of color #6E6AED: hue angle of 241.83º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6AED is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 106 237 -
CMYK 0.54 0.55 0 0.07
HSL 241.83º 0.78% 0.67% -
HSV(B) 241.83º 0.55% 0.93% -
XYZ 26.87 19.74 82.51 -
YUV 122.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 110 106 237 0.54 0.55 0 0.07 241.83 0.78 0.67
Hex 6E 6A ED 36 37 0 7 F2 4E 43
Octal 156 152 355 66 67 0 7 362 116 103
Binary 1101110 1101010 11101101 110110 110111 0 111 11110010 1001110 1000011

Color Harmonies of #6E6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6AED

Black with #6E6AED

Text Example


Text Example

White with #6E6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,106,237); }

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

background-color css

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

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

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

border-color css

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

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

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