Html Css Color HEX #6E76DB Medium Slate Blue

📋 copy color: '#6E76DB'

red 110 ◦ green 118 ◦ blue 219

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

Shades of Medium Slate Blue #6E76DB

Tints of Medium Slate Blue #6E76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.4%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 24.61%
G = 26.4%
B = 48.99%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E76DB (or 0x6E76DB) is known color: Medium Slate Blue. HEX triplet: 6E, 76 and DB. RGB value is (110,118,219). Sum of RGB (Red+Green+Blue) = 110+118+219=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E76DB is #918924. Grayscale: #7E7E7E. Windows color (decimal): -9537829 or 14382702. OLE color: 14382702.

HSL color Cylindrical-coordinate representation of color #6E76DB: hue angle of 235.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E76DB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 118 219 -
CMYK 0.50 0.46 0 0.14
HSL 235.6º 0.6% 0.65% -
HSV(B) 235.6º 0.5% 0.86% -
XYZ 25.7 21.39 69.79 -
YUV 127.12 179.85 115.79 -
System Red Green Blue C M Y K H S L
Decimal 110 118 219 0.50 0.46 0 0.14 235.6 0.6 0.65
Hex 6E 76 DB 32 2E 0 E EC 3C 41
Octal 156 166 333 62 56 0 16 354 74 101
Binary 1101110 1110110 11011011 110010 101110 0 1110 11101100 111100 1000001

Color Harmonies of #6E76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76DB

Black with #6E76DB

Text Example


Text Example

White with #6E76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,118,219); }

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

background-color css

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

 a { background-color: rgb(110,118,219); }

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

border-color css

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

 span { border-color: rgb(110,118,219); }

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