#6E6CDB

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

Shades of Slate Blue #6E6CDB

Tints of Slate Blue #6E6CDB

Color information

#6E6CDB (or 0x6E6CDB) is unknown color: approx Slate Blue. HEX triplet: 6E, 6C and DB. RGB value is (110,108,219). Sum of RGB (Red+Green+Blue) = 110+108+219=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CDB is #919324. Grayscale: #787878. Windows color (decimal): -9540389 or 14380142. OLE color: 14380142.

HSL color Cylindrical-coordinate representation of color #6E6CDB: hue angle of 241.08º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6CDB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110108219-
CMYK0.500.5100.14
HSL241.08º60.66%64.12%-
HSV(B)241.08º50.68%85.88%-
XYZ24.5819.1569.42-
YUV121.25183.16119.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 108 (42.58% from 255) = 24.71%
BLUE value IS 219 (85.94% from 255) = 50.11%
R=25.17%
G=24.71%
B=50.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101082190.500.5100.14241.0860.6664.12
Hex6E6CDB32330Ef13d40
Octal156154333626301636175100
Binary110111011011001101101111001011001101110111100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,108,219); }

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

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

 a { background-color: rgb(110,108,219); }

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

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

 span { border-color: rgb(110,108,219); }

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