Html Css Color HEX #6E79DB Medium Slate Blue

📋 copy color: '#6E79DB'

red 110 ◦ green 121 ◦ blue 219

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

Shades of Medium Slate Blue #6E79DB

Tints of Medium Slate Blue #6E79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.89%

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

R = 24.44%
G = 26.89%
B = 48.67%

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

#6E79DB (or 0x6E79DB) is known color: Medium Slate Blue. HEX triplet: 6E, 79 and DB. RGB value is (110,121,219). Sum of RGB (Red+Green+Blue) = 110+121+219=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E79DB is #918624. Grayscale: #808080. Windows color (decimal): -9537061 or 14383470. OLE color: 14383470.

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

Color convert

RGB 110 121 219 -
CMYK 0.50 0.45 0 0.14
HSL 233.95º 0.6% 0.65% -
HSV(B) 233.95º 0.5% 0.86% -
XYZ 26.05 22.1 69.91 -
YUV 128.88 178.86 114.53 -
System Red Green Blue C M Y K H S L
Decimal 110 121 219 0.50 0.45 0 0.14 233.95 0.6 0.65
Hex 6E 79 DB 32 2D 0 E EA 3C 41
Octal 156 171 333 62 55 0 16 352 74 101
Binary 1101110 1111001 11011011 110010 101101 0 1110 11101010 111100 1000001

Color Harmonies of #6E79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E79DB

Black with #6E79DB

Text Example


Text Example

White with #6E79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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