Html Css Color HEX #6E4FDC Slate Blue

📋 copy color: '#6E4FDC'

red 110 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #6E4FDC

Tints of Slate Blue #6E4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.32%

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

R = 26.89%
G = 19.32%
B = 53.79%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E4FDC (or 0x6E4FDC) is known color: Slate Blue. HEX triplet: 6E, 4F and DC. RGB value is (110,79,220). Sum of RGB (Red+Green+Blue) = 110+79+220=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E4FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FDC is #91B023. Grayscale: #676767. Windows color (decimal): -9547812 or 14438254. OLE color: 14438254.

HSL color Cylindrical-coordinate representation of color #6E4FDC: hue angle of 253.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E4FDC is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 79 220 -
CMYK 0.50 0.64 0 0.14
HSL 253.19º 0.67% 0.59% -
HSV(B) 253.19º 0.64% 0.86% -
XYZ 22.14 14.07 69.26 -
YUV 104.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 110 79 220 0.50 0.64 0 0.14 253.19 0.67 0.59
Hex 6E 4F DC 32 40 0 E FD 43 3B
Octal 156 117 334 62 100 0 16 375 103 73
Binary 1101110 1001111 11011100 110010 1000000 0 1110 11111101 1000011 111011

Color Harmonies of #6E4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4FDC

Black with #6E4FDC

Text Example


Text Example

White with #6E4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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