Html Css Color HEX #6E4CFC Medium Slate Blue

📋 copy color: '#6E4CFC'

red 110 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #6E4CFC

Tints of Medium Slate Blue #6E4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.35%

 BLUE value IS 252 (98.83% from 255) = 57.53%

R = 25.11%
G = 17.35%
B = 57.53%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E4CFC (or 0x6E4CFC) is known color: Medium Slate Blue. HEX triplet: 6E, 4C and FC. RGB value is (110,76,252). Sum of RGB (Red+Green+Blue) = 110+76+252=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E4CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CFC is #91B303. Grayscale: #696969. Windows color (decimal): -9548548 or 16534638. OLE color: 16534638.

HSL color Cylindrical-coordinate representation of color #6E4CFC: hue angle of 251.59º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4CFC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 76 252 -
CMYK 0.56 0.70 0 0.01
HSL 251.59º 0.97% 0.64% -
HSV(B) 251.59º 0.7% 0.99% -
XYZ 26.59 15.51 93.69 -
YUV 106.23 210.26 130.69 -
System Red Green Blue C M Y K H S L
Decimal 110 76 252 0.56 0.70 0 0.01 251.59 0.97 0.64
Hex 6E 4C FC 38 46 0 1 FC 61 40
Octal 156 114 374 70 106 0 1 374 141 100
Binary 1101110 1001100 11111100 111000 1000110 0 1 11111100 1100001 1000000

Color Harmonies of #6E4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CFC

Black with #6E4CFC

Text Example


Text Example

White with #6E4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,76,252); }

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

background-color css

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

 a { background-color: rgb(110,76,252); }

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

border-color css

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

 span { border-color: rgb(110,76,252); }

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