Html Css Color HEX #6E4ADA Slate Blue

📋 copy color: '#6E4ADA'

red 110 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #6E4ADA

Tints of Slate Blue #6E4ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.41%

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 27.36%
G = 18.41%
B = 54.23%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E4ADA (or 0x6E4ADA) is known color: Slate Blue. HEX triplet: 6E, 4A and DA. RGB value is (110,74,218). Sum of RGB (Red+Green+Blue) = 110+74+218=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E4ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ADA is #91B525. Grayscale: #646464. Windows color (decimal): -9549094 or 14305902. OLE color: 14305902.

HSL color Cylindrical-coordinate representation of color #6E4ADA: hue angle of 255º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E4ADA is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 74 218 -
CMYK 0.50 0.66 0 0.15
HSL 255º 0.66% 0.57% -
HSV(B) 255º 0.66% 0.85% -
XYZ 21.53 13.27 67.76 -
YUV 101.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 110 74 218 0.50 0.66 0 0.15 255 0.66 0.57
Hex 6E 4A DA 32 42 0 F FF 42 39
Octal 156 112 332 62 102 0 17 377 102 71
Binary 1101110 1001010 11011010 110010 1000010 0 1111 11111111 1000010 111001

Color Harmonies of #6E4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4ADA

Black with #6E4ADA

Text Example


Text Example

White with #6E4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,74,218); }

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

background-color css

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

 a { background-color: rgb(110,74,218); }

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

border-color css

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

 span { border-color: rgb(110,74,218); }

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