Html Css Color HEX #6E78DB Medium Slate Blue

📋 copy color: '#6E78DB'

red 110 ◦ green 120 ◦ blue 219

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

Shades of Medium Slate Blue #6E78DB

Tints of Medium Slate Blue #6E78DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.73%

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

R = 24.5%
G = 26.73%
B = 48.78%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E78DB (or 0x6E78DB) is known color: Medium Slate Blue. HEX triplet: 6E, 78 and DB. RGB value is (110,120,219). Sum of RGB (Red+Green+Blue) = 110+120+219=449 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.50% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E78DB is #918724. Grayscale: #7F7F7F. Windows color (decimal): -9537317 or 14383214. OLE color: 14383214.

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

Color convert

RGB 110 120 219 -
CMYK 0.50 0.45 0 0.14
HSL 234.5º 0.6% 0.65% -
HSV(B) 234.5º 0.5% 0.86% -
XYZ 25.93 21.86 69.87 -
YUV 128.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 110 120 219 0.50 0.45 0 0.14 234.5 0.6 0.65
Hex 6E 78 DB 32 2D 0 E EA 3C 41
Octal 156 170 333 62 55 0 16 352 74 101
Binary 1101110 1111000 11011011 110010 101101 0 1110 11101010 111100 1000001

Color Harmonies of #6E78DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E78DB

Black with #6E78DB

Text Example


Text Example

White with #6E78DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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