Shades of Slate Blue #6A6CDB
Tints of Slate Blue #6A6CDB
RGB
CMYK
RGB Variations
Color information
#6A6CDB (or 0x6A6CDB) is known color: Slate Blue. HEX triplet: 6A, 6C and DB. RGB value is (106,108,219). Sum of RGB (Red+Green+Blue) = 106+108+219=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CDB is #959324. Grayscale: #777777. Windows color (decimal): -9802533 or 14380138. OLE color: 14380138.
HSL color Cylindrical-coordinate representation of color #6A6CDB: hue angle of 238.94º 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 #6A6CDB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 108 | 219 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.14 |
| HSL | 238.94º | 0.61% | 0.64% | - |
| HSV(B) | 238.94º | 0.52% | 0.86% | - |
| XYZ | 24.09 | 18.9 | 69.4 | - |
| YUV | 120.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 219 | 0.52 | 0.51 | 0 | 0.14 | 238.94 | 0.61 | 0.64 |
| Hex | 6A | 6C | DB | 34 | 33 | 0 | E | EF | 3D | 40 |
| Octal | 152 | 154 | 333 | 64 | 63 | 0 | 16 | 357 | 75 | 100 |
| Binary | 1101010 | 1101100 | 11011011 | 110100 | 110011 | 0 | 1110 | 11101111 | 111101 | 1000000 |
Color Harmonies of #6A6CDB
Complementary color
Monochromatic Colors of #6A6CDB
Black with #6A6CDB
Text Example
Text Example
White with #6A6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CDB; }
p { color: rgb(106,108,219); }
H1.HeaderClassName
{
color: #6A6CDB;
}
.AnyTagClassName
{
color: #6A6CDB;
}
</style>
background-color css
<style>
a { background-color: #6A6CDB; }
a { background-color: rgb(106,108,219); }
div.DivClassName
{
background-color: #6A6CDB;
}
.BgClassName
{
background-color: #6A6CDB;
}
</style>
border-color css
<style>
span { border-color: #6A6CDB; }
span { border-color: rgb(106,108,219); }
td.TdClassName
{
border-color: #6A6CDB;
}
.TagClassName
{
border-color: #6A6CDB;
}
</style>