Shades of Slate Blue #6964DE
Tints of Slate Blue #6964DE
RGB
CMYK
RGB Variations
Color information
#6964DE (or 0x6964DE) is known color: Slate Blue. HEX triplet: 69, 64 and DE. RGB value is (105,100,222). Sum of RGB (Red+Green+Blue) = 105+100+222=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #6964DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964DE is #969B21. Grayscale: #727272. Windows color (decimal): -9870114 or 14574697. OLE color: 14574697.
HSL color Cylindrical-coordinate representation of color #6964DE: hue angle of 242.46º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6964DE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 100 | 222 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.13 |
| HSL | 242.46º | 0.65% | 0.63% | - |
| HSV(B) | 242.46º | 0.55% | 0.87% | - |
| XYZ | 23.57 | 17.39 | 71.22 | - |
| YUV | 115.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 222 | 0.53 | 0.55 | 0 | 0.13 | 242.46 | 0.65 | 0.63 |
| Hex | 69 | 64 | DE | 35 | 37 | 0 | D | F2 | 41 | 3F |
| Octal | 151 | 144 | 336 | 65 | 67 | 0 | 15 | 362 | 101 | 77 |
| Binary | 1101001 | 1100100 | 11011110 | 110101 | 110111 | 0 | 1101 | 11110010 | 1000001 | 111111 |
Color Harmonies of #6964DE
Complementary color
Monochromatic Colors of #6964DE
Black with #6964DE
Text Example
Text Example
White with #6964DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964DE; }
p { color: rgb(105,100,222); }
H1.HeaderClassName
{
color: #6964DE;
}
.AnyTagClassName
{
color: #6964DE;
}
</style>
background-color css
<style>
a { background-color: #6964DE; }
a { background-color: rgb(105,100,222); }
div.DivClassName
{
background-color: #6964DE;
}
.BgClassName
{
background-color: #6964DE;
}
</style>
border-color css
<style>
span { border-color: #6964DE; }
span { border-color: rgb(105,100,222); }
td.TdClassName
{
border-color: #6964DE;
}
.TagClassName
{
border-color: #6964DE;
}
</style>