#6E6BDB

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

Shades of Slate Blue #6E6BDB

Tints of Slate Blue #6E6BDB

Color information

#6E6BDB (or 0x6E6BDB) is unknown color: approx Slate Blue. HEX triplet: 6E, 6B and DB. RGB value is (110,107,219). Sum of RGB (Red+Green+Blue) = 110+107+219=436 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.23% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BDB is #919424. Grayscale: #787878. Windows color (decimal): -9540645 or 14379886. OLE color: 14379886.

HSL color Cylindrical-coordinate representation of color #6E6BDB: hue angle of 241.61º 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 #6E6BDB is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110107219-
CMYK0.500.5100.14
HSL241.61º60.87%63.92%-
HSV(B)241.61º51.14%85.88%-
XYZ24.4718.9469.38-
YUV120.66183.49120.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.23%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=25.23%
G=24.54%
B=50.23%

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
Decimal1101072190.500.5100.14241.6160.8763.92
Hex6E6BDB32330Ef23d40
Octal156153333626301636275100
Binary110111011010111101101111001011001101110111100101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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