Html Css Color HEX #6E6BDC Medium Slate Blue

📋 copy color: '#6E6BDC'

red 110 ◦ green 107 ◦ blue 220

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

Shades of Medium Slate Blue #6E6BDC

Tints of Medium Slate Blue #6E6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 25.17%
G = 24.49%
B = 50.34%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E6BDC (or 0x6E6BDC) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and DC. RGB value is (110,107,220). Sum of RGB (Red+Green+Blue) = 110+107+220=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BDC is #919423. Grayscale: #787878. Windows color (decimal): -9540644 or 14445422. OLE color: 14445422.

HSL color Cylindrical-coordinate representation of color #6E6BDC: hue angle of 241.59º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6BDC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 107 220 -
CMYK 0.50 0.51 0 0.14
HSL 241.59º 0.62% 0.64% -
HSV(B) 241.59º 0.51% 0.86% -
XYZ 24.61 19 70.08 -
YUV 120.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 110 107 220 0.50 0.51 0 0.14 241.59 0.62 0.64
Hex 6E 6B DC 32 33 0 E F2 3E 40
Octal 156 153 334 62 63 0 16 362 76 100
Binary 1101110 1101011 11011100 110010 110011 0 1110 11110010 111110 1000000

Color Harmonies of #6E6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BDC

Black with #6E6BDC

Text Example


Text Example

White with #6E6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,220); }

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

background-color css

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

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

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

border-color css

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

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

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