#6E4BE8

Color #6E4BE8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E4BE8

Tints of Slate Blue #6E4BE8

Color information

#6E4BE8 (or 0x6E4BE8) is unknown color: approx Slate Blue. HEX triplet: 6E, 4B and E8. RGB value is (110,75,232). Sum of RGB (Red+Green+Blue) = 110+75+232=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #6E4BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BE8 is #91B417. Grayscale: #666666. Windows color (decimal): -9548824 or 15223662. OLE color: 15223662.

HSL color Cylindrical-coordinate representation of color #6E4BE8: hue angle of 253.38º degrees, saturation: 0.77, 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 #6E4BE8 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11075232-
CMYK0.530.6800.09
HSL253.38º77.34%60.2%-
HSV(B)253.38º67.67%90.98%-
XYZ23.5114.1777.84-
YUV103.36200.6132.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 75 (29.69% from 255) = 17.99%
BLUE value IS 232 (91.02% from 255) = 55.64%
R=26.38%
G=17.99%
B=55.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal110752320.530.6800.09253.3877.3460.2
Hex6E4BE8354409fd4d3c
Octal1561133506510401137511574
Binary1101110100101111101000110101100010001001111111011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E4BE8;
 }
 .AnyTagClassName
 {
   color: #6E4BE8;
 }
</style>
background-color css

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

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

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

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

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

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