Html Css Color HEX #6E5ECA Slate Blue

📋 copy color: '#6E5ECA'

red 110 ◦ green 94 ◦ blue 202

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

Shades of Slate Blue #6E5ECA

Tints of Slate Blue #6E5ECA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 27.09%
G = 23.15%
B = 49.75%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E5ECA (or 0x6E5ECA) is known color: Slate Blue. HEX triplet: 6E, 5E and CA. RGB value is (110,94,202). Sum of RGB (Red+Green+Blue) = 110+94+202=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ECA is #91A135. Grayscale: #6E6E6E. Windows color (decimal): -9543990 or 13262446. OLE color: 13262446.

HSL color Cylindrical-coordinate representation of color #6E5ECA: hue angle of 248.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E5ECA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 94 202 -
CMYK 0.46 0.53 0 0.21
HSL 248.89º 0.5% 0.58% -
HSV(B) 248.89º 0.53% 0.79% -
XYZ 21.09 15.58 57.77 -
YUV 111.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 110 94 202 0.46 0.53 0 0.21 248.89 0.5 0.58
Hex 6E 5E CA 2E 35 0 15 F9 32 3A
Octal 156 136 312 56 65 0 25 371 62 72
Binary 1101110 1011110 11001010 101110 110101 0 10101 11111001 110010 111010

Color Harmonies of #6E5ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5ECA

Black with #6E5ECA

Text Example


Text Example

White with #6E5ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,94,202); }

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

background-color css

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

 a { background-color: rgb(110,94,202); }

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

border-color css

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

 span { border-color: rgb(110,94,202); }

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