Html Css Color HEX #6E5ADD Slate Blue

📋 copy color: '#6E5ADD'

red 110 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #6E5ADD

Tints of Slate Blue #6E5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 26.13%
G = 21.38%
B = 52.49%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E5ADD (or 0x6E5ADD) is known color: Slate Blue. HEX triplet: 6E, 5A and DD. RGB value is (110,90,221). Sum of RGB (Red+Green+Blue) = 110+90+221=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E5ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ADD is #91A522. Grayscale: #6E6E6E. Windows color (decimal): -9544995 or 14506606. OLE color: 14506606.

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

Color convert

RGB 110 90 221 -
CMYK 0.50 0.59 0 0.13
HSL 249.16º 0.66% 0.61% -
HSV(B) 249.16º 0.59% 0.87% -
XYZ 23.14 15.85 70.25 -
YUV 110.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 110 90 221 0.50 0.59 0 0.13 249.16 0.66 0.61
Hex 6E 5A DD 32 3B 0 D F9 42 3D
Octal 156 132 335 62 73 0 15 371 102 75
Binary 1101110 1011010 11011101 110010 111011 0 1101 11111001 1000010 111101

Color Harmonies of #6E5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5ADD

Black with #6E5ADD

Text Example


Text Example

White with #6E5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,90,221); }

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

background-color css

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

 a { background-color: rgb(110,90,221); }

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

border-color css

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

 span { border-color: rgb(110,90,221); }

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