Html Css Color HEX #6E40EB Slate Blue

📋 copy color: '#6E40EB'

red 110 ◦ green 64 ◦ blue 235

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

Shades of Slate Blue #6E40EB

Tints of Slate Blue #6E40EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 26.89%
G = 15.65%
B = 57.46%

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

#6E40EB (or 0x6E40EB) is known color: Slate Blue. HEX triplet: 6E, 40 and EB. RGB value is (110,64,235). Sum of RGB (Red+Green+Blue) = 110+64+235=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E40EB is #91BF14. Grayscale: #606060. Windows color (decimal): -9551637 or 15417454. OLE color: 15417454.

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

Color convert

RGB 110 64 235 -
CMYK 0.53 0.73 0 0.08
HSL 256.14º 0.81% 0.59% -
HSV(B) 256.14º 0.73% 0.92% -
XYZ 23.26 12.98 79.88 -
YUV 97.25 205.74 137.1 -
System Red Green Blue C M Y K H S L
Decimal 110 64 235 0.53 0.73 0 0.08 256.14 0.81 0.59
Hex 6E 40 EB 35 49 0 8 100 51 3B
Octal 156 100 353 65 111 0 10 400 121 73
Binary 1101110 1000000 11101011 110101 1001001 0 1000 100000000 1010001 111011

Color Harmonies of #6E40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E40EB

Black with #6E40EB

Text Example


Text Example

White with #6E40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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