#6E5DCC

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

Shades of Slate Blue #6E5DCC

Tints of Slate Blue #6E5DCC

Color information

#6E5DCC (or 0x6E5DCC) is unknown color: approx Slate Blue. HEX triplet: 6E, 5D and CC. RGB value is (110,93,204). Sum of RGB (Red+Green+Blue) = 110+93+204=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DCC is #91A233. Grayscale: #6E6E6E. Windows color (decimal): -9544244 or 13393262. OLE color: 13393262.

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

Color convert

RGB11093204-
CMYK0.460.5400.2
HSL249.19º52.11%58.24%-
HSV(B)249.19º54.41%80%-
XYZ21.2415.559-
YUV110.74180.63127.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=27.03%
G=22.85%
B=50.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110932040.460.5400.2249.1952.1158.24
Hex6E5DCC2E36014f9343a
Octal15613531456660243716472
Binary110111010111011100110010111011011001010011111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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