Html Css Color HEX #6E4CDE Slate Blue

📋 copy color: '#6E4CDE'

red 110 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #6E4CDE

Tints of Slate Blue #6E4CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 26.96%
G = 18.63%
B = 54.41%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E4CDE (or 0x6E4CDE) is known color: Slate Blue. HEX triplet: 6E, 4C and DE. RGB value is (110,76,222). Sum of RGB (Red+Green+Blue) = 110+76+222=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4CDE is #91B321. Grayscale: #666666. Windows color (decimal): -9548578 or 14568558. OLE color: 14568558.

HSL color Cylindrical-coordinate representation of color #6E4CDE: hue angle of 253.97º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E4CDE is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 76 222 -
CMYK 0.50 0.66 0 0.13
HSL 253.97º 0.69% 0.58% -
HSV(B) 253.97º 0.66% 0.87% -
XYZ 22.2 13.76 70.59 -
YUV 102.81 195.26 133.13 -
System Red Green Blue C M Y K H S L
Decimal 110 76 222 0.50 0.66 0 0.13 253.97 0.69 0.58
Hex 6E 4C DE 32 42 0 D FE 45 3A
Octal 156 114 336 62 102 0 15 376 105 72
Binary 1101110 1001100 11011110 110010 1000010 0 1101 11111110 1000101 111010

Color Harmonies of #6E4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4CDE

Black with #6E4CDE

Text Example


Text Example

White with #6E4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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