Html Css Color HEX #6E74DC Medium Slate Blue

📋 copy color: '#6E74DC'

red 110 ◦ green 116 ◦ blue 220

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

Shades of Medium Slate Blue #6E74DC

Tints of Medium Slate Blue #6E74DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 24.66%
G = 26.01%
B = 49.33%

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

#6E74DC (or 0x6E74DC) is known color: Medium Slate Blue. HEX triplet: 6E, 74 and DC. RGB value is (110,116,220). Sum of RGB (Red+Green+Blue) = 110+116+220=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E74DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E74DC is #918B23. Grayscale: #7D7D7D. Windows color (decimal): -9538340 or 14447726. OLE color: 14447726.

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

Color convert

RGB 110 116 220 -
CMYK 0.50 0.47 0 0.14
HSL 236.73º 0.61% 0.65% -
HSV(B) 236.73º 0.5% 0.86% -
XYZ 25.59 20.97 70.41 -
YUV 126.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 110 116 220 0.50 0.47 0 0.14 236.73 0.61 0.65
Hex 6E 74 DC 32 2F 0 E ED 3D 41
Octal 156 164 334 62 57 0 16 355 75 101
Binary 1101110 1110100 11011100 110010 101111 0 1110 11101101 111101 1000001

Color Harmonies of #6E74DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E74DC

Black with #6E74DC

Text Example


Text Example

White with #6E74DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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