Shades of Slate Blue #6964DB
Tints of Slate Blue #6964DB
RGB
CMYK
RGB Variations
Color information
#6964DB (or 0x6964DB) is known color: Slate Blue. HEX triplet: 69, 64 and DB. RGB value is (105,100,219). Sum of RGB (Red+Green+Blue) = 105+100+219=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6964DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964DB is #969B24. Grayscale: #727272. Windows color (decimal): -9870117 or 14378089. OLE color: 14378089.
HSL color Cylindrical-coordinate representation of color #6964DB: hue angle of 242.52º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6964DB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 100 | 219 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.14 |
| HSL | 242.52º | 0.62% | 0.63% | - |
| HSV(B) | 242.52º | 0.54% | 0.86% | - |
| XYZ | 23.17 | 17.23 | 69.12 | - |
| YUV | 115.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 219 | 0.52 | 0.54 | 0 | 0.14 | 242.52 | 0.62 | 0.63 |
| Hex | 69 | 64 | DB | 34 | 36 | 0 | E | F3 | 3E | 3F |
| Octal | 151 | 144 | 333 | 64 | 66 | 0 | 16 | 363 | 76 | 77 |
| Binary | 1101001 | 1100100 | 11011011 | 110100 | 110110 | 0 | 1110 | 11110011 | 111110 | 111111 |
Color Harmonies of #6964DB
Complementary color
Monochromatic Colors of #6964DB
Black with #6964DB
Text Example
Text Example
White with #6964DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964DB; }
p { color: rgb(105,100,219); }
H1.HeaderClassName
{
color: #6964DB;
}
.AnyTagClassName
{
color: #6964DB;
}
</style>
background-color css
<style>
a { background-color: #6964DB; }
a { background-color: rgb(105,100,219); }
div.DivClassName
{
background-color: #6964DB;
}
.BgClassName
{
background-color: #6964DB;
}
</style>
border-color css
<style>
span { border-color: #6964DB; }
span { border-color: rgb(105,100,219); }
td.TdClassName
{
border-color: #6964DB;
}
.TagClassName
{
border-color: #6964DB;
}
</style>