Html Css Color HEX #6E75DB Medium Slate Blue

📋 copy color: '#6E75DB'

red 110 ◦ green 117 ◦ blue 219

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

Shades of Medium Slate Blue #6E75DB

Tints of Medium Slate Blue #6E75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 24.66%
G = 26.23%
B = 49.1%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E75DB (or 0x6E75DB) is known color: Medium Slate Blue. HEX triplet: 6E, 75 and DB. RGB value is (110,117,219). Sum of RGB (Red+Green+Blue) = 110+117+219=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E75DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75DB is #918A24. Grayscale: #7E7E7E. Windows color (decimal): -9538085 or 14382446. OLE color: 14382446.

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

Color convert

RGB 110 117 219 -
CMYK 0.50 0.47 0 0.14
HSL 236.15º 0.6% 0.65% -
HSV(B) 236.15º 0.5% 0.86% -
XYZ 25.58 21.15 69.75 -
YUV 126.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 110 117 219 0.50 0.47 0 0.14 236.15 0.6 0.65
Hex 6E 75 DB 32 2F 0 E EC 3C 41
Octal 156 165 333 62 57 0 16 354 74 101
Binary 1101110 1110101 11011011 110010 101111 0 1110 11101100 111100 1000001

Color Harmonies of #6E75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75DB

Black with #6E75DB

Text Example


Text Example

White with #6E75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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