Html Css Color HEX #6E40EA Slate Blue

📋 copy color: '#6E40EA'

red 110 ◦ green 64 ◦ blue 234

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

Shades of Slate Blue #6E40EA

Tints of Slate Blue #6E40EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 26.96%
G = 15.69%
B = 57.35%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E40EA (or 0x6E40EA) is known color: Slate Blue. HEX triplet: 6E, 40 and EA. RGB value is (110,64,234). Sum of RGB (Red+Green+Blue) = 110+64+234=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40EA is #91BF15. Grayscale: #606060. Windows color (decimal): -9551638 or 15351918. OLE color: 15351918.

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

Color convert

RGB 110 64 234 -
CMYK 0.53 0.73 0 0.08
HSL 256.24º 0.8% 0.58% -
HSV(B) 256.24º 0.73% 0.92% -
XYZ 23.12 12.92 79.12 -
YUV 97.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 110 64 234 0.53 0.73 0 0.08 256.24 0.8 0.58
Hex 6E 40 EA 35 49 0 8 100 50 3A
Octal 156 100 352 65 111 0 10 400 120 72
Binary 1101110 1000000 11101010 110101 1001001 0 1000 100000000 1010000 111010

Color Harmonies of #6E40EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40EA

Black with #6E40EA

Text Example


Text Example

White with #6E40EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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