Shades of Slate Blue #6A6DDB
Tints of Slate Blue #6A6DDB
RGB
CMYK
RGB Variations
Color information
#6A6DDB (or 0x6A6DDB) is known color: Slate Blue. HEX triplet: 6A, 6D and DB. RGB value is (106,109,219). Sum of RGB (Red+Green+Blue) = 106+109+219=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DDB is #959224. Grayscale: #787878. Windows color (decimal): -9802277 or 14380394. OLE color: 14380394.
HSL color Cylindrical-coordinate representation of color #6A6DDB: hue angle of 238.41º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6DDB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 109 | 219 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.14 |
| HSL | 238.41º | 0.61% | 0.64% | - |
| HSV(B) | 238.41º | 0.52% | 0.86% | - |
| XYZ | 24.2 | 19.12 | 69.43 | - |
| YUV | 120.64 | 183.51 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 219 | 0.52 | 0.50 | 0 | 0.14 | 238.41 | 0.61 | 0.64 |
| Hex | 6A | 6D | DB | 34 | 32 | 0 | E | EE | 3D | 40 |
| Octal | 152 | 155 | 333 | 64 | 62 | 0 | 16 | 356 | 75 | 100 |
| Binary | 1101010 | 1101101 | 11011011 | 110100 | 110010 | 0 | 1110 | 11101110 | 111101 | 1000000 |
Color Harmonies of #6A6DDB
Complementary color
Monochromatic Colors of #6A6DDB
Black with #6A6DDB
Text Example
Text Example
White with #6A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6DDB; }
p { color: rgb(106,109,219); }
H1.HeaderClassName
{
color: #6A6DDB;
}
.AnyTagClassName
{
color: #6A6DDB;
}
</style>
background-color css
<style>
a { background-color: #6A6DDB; }
a { background-color: rgb(106,109,219); }
div.DivClassName
{
background-color: #6A6DDB;
}
.BgClassName
{
background-color: #6A6DDB;
}
</style>
border-color css
<style>
span { border-color: #6A6DDB; }
span { border-color: rgb(106,109,219); }
td.TdClassName
{
border-color: #6A6DDB;
}
.TagClassName
{
border-color: #6A6DDB;
}
</style>