#6E56CC

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

Shades of Slate Blue #6E56CC

Tints of Slate Blue #6E56CC

Color information

#6E56CC (or 0x6E56CC) is unknown color: approx Slate Blue. HEX triplet: 6E, 56 and CC. RGB value is (110,86,204). Sum of RGB (Red+Green+Blue) = 110+86+204=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E56CC is #91A933. Grayscale: #6A6A6A. Windows color (decimal): -9546036 or 13391470. OLE color: 13391470.

HSL color Cylindrical-coordinate representation of color #6E56CC: hue angle of 252.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E56CC is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11086204-
CMYK0.460.5800.2
HSL252.2º53.64%56.86%-
HSV(B)252.2º57.84%80%-
XYZ20.6614.3358.8-
YUV106.63182.95130.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 204 (80.08% from 255) = 51%
R=27.5%
G=21.5%
B=51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110862040.460.5800.2252.253.6456.86
Hex6E56CC2E3A014fc3639
Octal15612631456720243746671
Binary110111010101101100110010111011101001010011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,204); }

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

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

 a { background-color: rgb(110,86,204); }

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

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

 span { border-color: rgb(110,86,204); }

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