Html Css Color HEX #6E6ADD Medium Slate Blue

📋 copy color: '#6E6ADD'

red 110 ◦ green 106 ◦ blue 221

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

Shades of Medium Slate Blue #6E6ADD

Tints of Medium Slate Blue #6E6ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 25.17%
G = 24.26%
B = 50.57%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E6ADD (or 0x6E6ADD) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and DD. RGB value is (110,106,221). Sum of RGB (Red+Green+Blue) = 110+106+221=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ADD is #919522. Grayscale: #777777. Windows color (decimal): -9540899 or 14510702. OLE color: 14510702.

HSL color Cylindrical-coordinate representation of color #6E6ADD: hue angle of 242.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E6ADD is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 106 221 -
CMYK 0.50 0.52 0 0.13
HSL 242.09º 0.63% 0.64% -
HSV(B) 242.09º 0.52% 0.87% -
XYZ 24.64 18.84 70.75 -
YUV 120.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 110 106 221 0.50 0.52 0 0.13 242.09 0.63 0.64
Hex 6E 6A DD 32 34 0 D F2 3F 40
Octal 156 152 335 62 64 0 15 362 77 100
Binary 1101110 1101010 11011101 110010 110100 0 1101 11110010 111111 1000000

Color Harmonies of #6E6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6ADD

Black with #6E6ADD

Text Example


Text Example

White with #6E6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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