Html Css Color HEX #6E6CDC Medium Slate Blue

📋 copy color: '#6E6CDC'

red 110 ◦ green 108 ◦ blue 220

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

Shades of Medium Slate Blue #6E6CDC

Tints of Medium Slate Blue #6E6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.66%

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

R = 25.11%
G = 24.66%
B = 50.23%

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

#6E6CDC (or 0x6E6CDC) is known color: Medium Slate Blue. HEX triplet: 6E, 6C and DC. RGB value is (110,108,220). Sum of RGB (Red+Green+Blue) = 110+108+220=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CDC is #919323. Grayscale: #787878. Windows color (decimal): -9540388 or 14445678. OLE color: 14445678.

HSL color Cylindrical-coordinate representation of color #6E6CDC: hue angle of 241.07º 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 #6E6CDC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 108 220 -
CMYK 0.50 0.51 0 0.14
HSL 241.07º 0.62% 0.64% -
HSV(B) 241.07º 0.51% 0.86% -
XYZ 24.71 19.21 70.12 -
YUV 121.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 110 108 220 0.50 0.51 0 0.14 241.07 0.62 0.64
Hex 6E 6C DC 32 33 0 E F1 3E 40
Octal 156 154 334 62 63 0 16 361 76 100
Binary 1101110 1101100 11011100 110010 110011 0 1110 11110001 111110 1000000

Color Harmonies of #6E6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CDC

Black with #6E6CDC

Text Example


Text Example

White with #6E6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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