Html Css Color HEX #6E75DC Medium Slate Blue

📋 copy color: '#6E75DC'

red 110 ◦ green 117 ◦ blue 220

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

Shades of Medium Slate Blue #6E75DC

Tints of Medium Slate Blue #6E75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 24.61%
G = 26.17%
B = 49.22%

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

#6E75DC (or 0x6E75DC) is known color: Medium Slate Blue. HEX triplet: 6E, 75 and DC. RGB value is (110,117,220). Sum of RGB (Red+Green+Blue) = 110+117+220=447 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.61% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E75DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E75DC is #918A23. Grayscale: #7E7E7E. Windows color (decimal): -9538084 or 14447982. OLE color: 14447982.

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

Color convert

RGB 110 117 220 -
CMYK 0.50 0.47 0 0.14
HSL 236.18º 0.61% 0.65% -
HSV(B) 236.18º 0.5% 0.86% -
XYZ 25.71 21.2 70.45 -
YUV 126.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 110 117 220 0.50 0.47 0 0.14 236.18 0.61 0.65
Hex 6E 75 DC 32 2F 0 E EC 3D 41
Octal 156 165 334 62 57 0 16 354 75 101
Binary 1101110 1110101 11011100 110010 101111 0 1110 11101100 111101 1000001

Color Harmonies of #6E75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E75DC

Black with #6E75DC

Text Example


Text Example

White with #6E75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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