Html Css Color HEX #6E41EA Slate Blue

📋 copy color: '#6E41EA'

red 110 ◦ green 65 ◦ blue 234

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

Shades of Slate Blue #6E41EA

Tints of Slate Blue #6E41EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

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

R = 26.89%
G = 15.89%
B = 57.21%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E41EA (or 0x6E41EA) is known color: Slate Blue. HEX triplet: 6E, 41 and EA. RGB value is (110,65,234). Sum of RGB (Red+Green+Blue) = 110+65+234=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E41EA is #91BE15. Grayscale: #616161. Windows color (decimal): -9551382 or 15352174. OLE color: 15352174.

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

Color convert

RGB 110 65 234 -
CMYK 0.53 0.72 0 0.08
HSL 255.98º 0.8% 0.59% -
HSV(B) 255.98º 0.72% 0.92% -
XYZ 23.17 13.04 79.14 -
YUV 97.72 204.91 136.76 -
System Red Green Blue C M Y K H S L
Decimal 110 65 234 0.53 0.72 0 0.08 255.98 0.8 0.59
Hex 6E 41 EA 35 48 0 8 100 50 3B
Octal 156 101 352 65 110 0 10 400 120 73
Binary 1101110 1000001 11101010 110101 1001000 0 1000 100000000 1010000 111011

Color Harmonies of #6E41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E41EA

Black with #6E41EA

Text Example


Text Example

White with #6E41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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