#6E49CB

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

Shades of Slate Blue #6E49CB

Tints of Slate Blue #6E49CB

Color information

#6E49CB (or 0x6E49CB) is unknown color: approx Slate Blue. HEX triplet: 6E, 49 and CB. RGB value is (110,73,203). Sum of RGB (Red+Green+Blue) = 110+73+203=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E49CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49CB is #91B634. Grayscale: #626262. Windows color (decimal): -9549365 or 13322606. OLE color: 13322606.

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

Color convert

RGB11073203-
CMYK0.460.6400.20
HSL257.08º55.56%54.12%-
HSV(B)257.08º64.04%79.61%-
XYZ19.5912.3957.86-
YUV98.88186.76135.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=28.50%
G=18.91%
B=52.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal110732030.460.6400.20257.0855.5654.12
Hex6E49CB2E400141013836
Octal156111313561000244017066
Binary11011101001001110010111011101000000010100100000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,203); }

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

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

 a { background-color: rgb(110,73,203); }

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

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

 span { border-color: rgb(110,73,203); }

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