Html Css Color HEX #6E6BDD Medium Slate Blue

📋 copy color: '#6E6BDD'

red 110 ◦ green 107 ◦ blue 221

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

Shades of Medium Slate Blue #6E6BDD

Tints of Medium Slate Blue #6E6BDD

RGB

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

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

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

R = 25.11%
G = 24.43%
B = 50.46%

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

#6E6BDD (or 0x6E6BDD) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and DD. RGB value is (110,107,221). Sum of RGB (Red+Green+Blue) = 110+107+221=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E6BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BDD is #919422. Grayscale: #787878. Windows color (decimal): -9540643 or 14510958. OLE color: 14510958.

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

Color convert

RGB 110 107 221 -
CMYK 0.50 0.52 0 0.13
HSL 241.58º 0.63% 0.64% -
HSV(B) 241.58º 0.52% 0.87% -
XYZ 24.74 19.05 70.78 -
YUV 120.89 184.49 120.23 -
System Red Green Blue C M Y K H S L
Decimal 110 107 221 0.50 0.52 0 0.13 241.58 0.63 0.64
Hex 6E 6B DD 32 34 0 D F2 3F 40
Octal 156 153 335 62 64 0 15 362 77 100
Binary 1101110 1101011 11011101 110010 110100 0 1101 11110010 111111 1000000

Color Harmonies of #6E6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6BDD

Black with #6E6BDD

Text Example


Text Example

White with #6E6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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