Html Css Color HEX #6E4BE9 Slate Blue

📋 copy color: '#6E4BE9'

red 110 ◦ green 75 ◦ blue 233

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

Shades of Slate Blue #6E4BE9

Tints of Slate Blue #6E4BE9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 26.32%
G = 17.94%
B = 55.74%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6E4BE9 (or 0x6E4BE9) is known color: Slate Blue. HEX triplet: 6E, 4B and E9. RGB value is (110,75,233). Sum of RGB (Red+Green+Blue) = 110+75+233=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E4BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BE9 is #91B416. Grayscale: #666666. Windows color (decimal): -9548823 or 15289198. OLE color: 15289198.

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

Color convert

RGB 110 75 233 -
CMYK 0.53 0.68 0 0.09
HSL 253.29º 0.78% 0.6% -
HSV(B) 253.29º 0.68% 0.91% -
XYZ 23.65 14.23 78.59 -
YUV 103.48 201.1 132.65 -
System Red Green Blue C M Y K H S L
Decimal 110 75 233 0.53 0.68 0 0.09 253.29 0.78 0.6
Hex 6E 4B E9 35 44 0 9 FD 4E 3C
Octal 156 113 351 65 104 0 11 375 116 74
Binary 1101110 1001011 11101001 110101 1000100 0 1001 11111101 1001110 111100

Color Harmonies of #6E4BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4BE9

Black with #6E4BE9

Text Example


Text Example

White with #6E4BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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