Html Css Color HEX #6E7BDE Medium Slate Blue

📋 copy color: '#6E7BDE'

red 110 ◦ green 123 ◦ blue 222

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

Shades of Medium Slate Blue #6E7BDE

Tints of Medium Slate Blue #6E7BDE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

 BLUE value IS 222 (87.11% from 255) = 48.79%

R = 24.18%
G = 27.03%
B = 48.79%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E7BDE (or 0x6E7BDE) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and DE. RGB value is (110,123,222). Sum of RGB (Red+Green+Blue) = 110+123+222=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BDE is #918421. Grayscale: #818181. Windows color (decimal): -9536546 or 14580590. OLE color: 14580590.

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

Color convert

RGB 110 123 222 -
CMYK 0.50 0.45 0 0.13
HSL 233.04º 0.63% 0.65% -
HSV(B) 233.04º 0.5% 0.87% -
XYZ 26.7 22.75 72.09 -
YUV 130.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 110 123 222 0.50 0.45 0 0.13 233.04 0.63 0.65
Hex 6E 7B DE 32 2D 0 D E9 3F 41
Octal 156 173 336 62 55 0 15 351 77 101
Binary 1101110 1111011 11011110 110010 101101 0 1101 11101001 111111 1000001

Color Harmonies of #6E7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7BDE

Black with #6E7BDE

Text Example


Text Example

White with #6E7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,123,222); }

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

background-color css

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

 a { background-color: rgb(110,123,222); }

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

border-color css

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

 span { border-color: rgb(110,123,222); }

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