#6D6CDB

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

Shades of Slate Blue #6D6CDB

Tints of Slate Blue #6D6CDB

Color information

#6D6CDB (or 0x6D6CDB) is unknown color: approx Slate Blue. HEX triplet: 6D, 6C and DB. RGB value is (109,108,219). Sum of RGB (Red+Green+Blue) = 109+108+219=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 108 (42.58% from 255 or 24.77% 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 #6D6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CDB is #929324. Grayscale: #787878. Windows color (decimal): -9605925 or 14380141. OLE color: 14380141.

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

Color convert

RGB109108219-
CMYK0.500.5100.14
HSL240.54º60.66%64.12%-
HSV(B)240.54º50.68%85.88%-
XYZ24.4619.0969.41-
YUV120.95183.33119.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=25%
G=24.77%
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
Decimal1091082190.500.5100.14240.5460.6664.12
Hex6D6CDB32330Ef13d40
Octal155154333626301636175100
Binary110110111011001101101111001011001101110111100011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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