#6E54C8

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

Shades of Slate Blue #6E54C8

Tints of Slate Blue #6E54C8

Color information

#6E54C8 (or 0x6E54C8) is unknown color: approx Slate Blue. HEX triplet: 6E, 54 and C8. RGB value is (110,84,200). Sum of RGB (Red+Green+Blue) = 110+84+200=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #6E54C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E54C8 is #91AB37. Grayscale: #686868. Windows color (decimal): -9546552 or 13128814. OLE color: 13128814.

HSL color Cylindrical-coordinate representation of color #6E54C8: hue angle of 253.45º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E54C8 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11084200-
CMYK0.450.5800.22
HSL253.45º51.33%55.69%-
HSV(B)253.45º58%78.43%-
XYZ20.0313.8356.26-
YUV105181.61131.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=27.92%
G=21.32%
B=50.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal110842000.450.5800.22253.4551.3355.69
Hex6E54C82D3A016fd3338
Octal15612431055720263756370
Binary110111010101001100100010110111101001011011111101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E54C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,200); }

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

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

 a { background-color: rgb(110,84,200); }

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

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

 span { border-color: rgb(110,84,200); }

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