Html Css Color HEX #6E40E9 Slate Blue

📋 copy color: '#6E40E9'

red 110 ◦ green 64 ◦ blue 233

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

Shades of Slate Blue #6E40E9

Tints of Slate Blue #6E40E9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 233 (91.41% from 255) = 57.25%

R = 27.03%
G = 15.72%
B = 57.25%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6E40E9 (or 0x6E40E9) is known color: Slate Blue. HEX triplet: 6E, 40 and E9. RGB value is (110,64,233). Sum of RGB (Red+Green+Blue) = 110+64+233=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E40E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40E9 is #91BF16. Grayscale: #606060. Windows color (decimal): -9551639 or 15286382. OLE color: 15286382.

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

Color convert

RGB 110 64 233 -
CMYK 0.53 0.73 0 0.09
HSL 256.33º 0.79% 0.58% -
HSV(B) 256.33º 0.73% 0.91% -
XYZ 22.97 12.86 78.36 -
YUV 97.02 204.74 137.26 -
System Red Green Blue C M Y K H S L
Decimal 110 64 233 0.53 0.73 0 0.09 256.33 0.79 0.58
Hex 6E 40 E9 35 49 0 9 100 4F 3A
Octal 156 100 351 65 111 0 11 400 117 72
Binary 1101110 1000000 11101001 110101 1001001 0 1001 100000000 1001111 111010

Color Harmonies of #6E40E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40E9

Black with #6E40E9

Text Example


Text Example

White with #6E40E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,64,233); }

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

background-color css

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

 a { background-color: rgb(110,64,233); }

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

border-color css

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

 span { border-color: rgb(110,64,233); }

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