Shades of Slate Blue #694FD8
Tints of Slate Blue #694FD8
RGB
CMYK
RGB Variations
Color information
#694FD8 (or 0x694FD8) is known color: Slate Blue. HEX triplet: 69, 4F and D8. RGB value is (105,79,216). Sum of RGB (Red+Green+Blue) = 105+79+216=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #694FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FD8 is #96B027. Grayscale: #656565. Windows color (decimal): -9875496 or 14176105. OLE color: 14176105.
HSL color Cylindrical-coordinate representation of color #694FD8: hue angle of 251.39º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694FD8 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 79 | 216 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.15 |
| HSL | 251.39º | 0.64% | 0.58% | - |
| HSV(B) | 251.39º | 0.63% | 0.85% | - |
| XYZ | 21.02 | 13.55 | 66.47 | - |
| YUV | 102.39 | 192.11 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 216 | 0.51 | 0.63 | 0 | 0.15 | 251.39 | 0.64 | 0.58 |
| Hex | 69 | 4F | D8 | 33 | 3F | 0 | F | FB | 40 | 3A |
| Octal | 151 | 117 | 330 | 63 | 77 | 0 | 17 | 373 | 100 | 72 |
| Binary | 1101001 | 1001111 | 11011000 | 110011 | 111111 | 0 | 1111 | 11111011 | 1000000 | 111010 |
Color Harmonies of #694FD8
Complementary color
Monochromatic Colors of #694FD8
Black with #694FD8
Text Example
Text Example
White with #694FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FD8; }
p { color: rgb(105,79,216); }
H1.HeaderClassName
{
color: #694FD8;
}
.AnyTagClassName
{
color: #694FD8;
}
</style>
background-color css
<style>
a { background-color: #694FD8; }
a { background-color: rgb(105,79,216); }
div.DivClassName
{
background-color: #694FD8;
}
.BgClassName
{
background-color: #694FD8;
}
</style>
border-color css
<style>
span { border-color: #694FD8; }
span { border-color: rgb(105,79,216); }
td.TdClassName
{
border-color: #694FD8;
}
.TagClassName
{
border-color: #694FD8;
}
</style>