Shades of Slate Blue #6964DF
Tints of Slate Blue #6964DF
RGB
CMYK
RGB Variations
Color information
#6964DF (or 0x6964DF) is known color: Slate Blue. HEX triplet: 69, 64 and DF. RGB value is (105,100,223). Sum of RGB (Red+Green+Blue) = 105+100+223=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6964DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964DF is #969B20. Grayscale: #737373. Windows color (decimal): -9870113 or 14640233. OLE color: 14640233.
HSL color Cylindrical-coordinate representation of color #6964DF: hue angle of 242.44º degrees, saturation: 0.66, 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 #6964DF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 100 | 223 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.13 |
| HSL | 242.44º | 0.66% | 0.63% | - |
| HSV(B) | 242.44º | 0.55% | 0.87% | - |
| XYZ | 23.7 | 17.45 | 71.93 | - |
| YUV | 115.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 223 | 0.53 | 0.55 | 0 | 0.13 | 242.44 | 0.66 | 0.63 |
| Hex | 69 | 64 | DF | 35 | 37 | 0 | D | F2 | 42 | 3F |
| Octal | 151 | 144 | 337 | 65 | 67 | 0 | 15 | 362 | 102 | 77 |
| Binary | 1101001 | 1100100 | 11011111 | 110101 | 110111 | 0 | 1101 | 11110010 | 1000010 | 111111 |
Color Harmonies of #6964DF
Complementary color
Monochromatic Colors of #6964DF
Black with #6964DF
Text Example
Text Example
White with #6964DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6964DF; }
p { color: rgb(105,100,223); }
H1.HeaderClassName
{
color: #6964DF;
}
.AnyTagClassName
{
color: #6964DF;
}
</style>
background-color css
<style>
a { background-color: #6964DF; }
a { background-color: rgb(105,100,223); }
div.DivClassName
{
background-color: #6964DF;
}
.BgClassName
{
background-color: #6964DF;
}
</style>
border-color css
<style>
span { border-color: #6964DF; }
span { border-color: rgb(105,100,223); }
td.TdClassName
{
border-color: #6964DF;
}
.TagClassName
{
border-color: #6964DF;
}
</style>