Shades of Slate Blue #6964D8
Tints of Slate Blue #6964D8
RGB
CMYK
RGB Variations
Color information
#6964D8 (or 0x6964D8) is known color: Slate Blue. HEX triplet: 69, 64 and D8. RGB value is (105,100,216). Sum of RGB (Red+Green+Blue) = 105+100+216=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 216 (84.77% from 255 or 51.31% from 421); Max value from RGB is 216 - color contains mainly: blue. Hex color #6964D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964D8 is #969B27. Grayscale: #727272. Windows color (decimal): -9870120 or 14181481. OLE color: 14181481.
HSL color Cylindrical-coordinate representation of color #6964D8: hue angle of 242.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6964D8 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 100 | 216 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.15 |
| HSL | 242.59º | 0.6% | 0.62% | - |
| HSV(B) | 242.59º | 0.54% | 0.85% | - |
| XYZ | 22.78 | 17.08 | 67.06 | - |
| YUV | 114.72 | 185.16 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 216 | 0.51 | 0.54 | 0 | 0.15 | 242.59 | 0.6 | 0.62 |
| Hex | 69 | 64 | D8 | 33 | 36 | 0 | F | F3 | 3C | 3E |
| Octal | 151 | 144 | 330 | 63 | 66 | 0 | 17 | 363 | 74 | 76 |
| Binary | 1101001 | 1100100 | 11011000 | 110011 | 110110 | 0 | 1111 | 11110011 | 111100 | 111110 |
Color Harmonies of #6964D8
Complementary color
Monochromatic Colors of #6964D8
Black with #6964D8
Text Example
Text Example
White with #6964D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964D8; }
p { color: rgb(105,100,216); }
H1.HeaderClassName
{
color: #6964D8;
}
.AnyTagClassName
{
color: #6964D8;
}
</style>
background-color css
<style>
a { background-color: #6964D8; }
a { background-color: rgb(105,100,216); }
div.DivClassName
{
background-color: #6964D8;
}
.BgClassName
{
background-color: #6964D8;
}
</style>
border-color css
<style>
span { border-color: #6964D8; }
span { border-color: rgb(105,100,216); }
td.TdClassName
{
border-color: #6964D8;
}
.TagClassName
{
border-color: #6964D8;
}
</style>