Shades of Slate Blue #694FDD
Tints of Slate Blue #694FDD
RGB
CMYK
RGB Variations
Color information
#694FDD (or 0x694FDD) is known color: Slate Blue. HEX triplet: 69, 4F and DD. RGB value is (105,79,221). Sum of RGB (Red+Green+Blue) = 105+79+221=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #694FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694FDD is #96B022. Grayscale: #666666. Windows color (decimal): -9875491 or 14503785. OLE color: 14503785.
HSL color Cylindrical-coordinate representation of color #694FDD: hue angle of 250.99º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694FDD is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 79 | 221 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.13 |
| HSL | 250.99º | 0.68% | 0.59% | - |
| HSV(B) | 250.99º | 0.64% | 0.87% | - |
| XYZ | 21.67 | 13.82 | 69.93 | - |
| YUV | 102.96 | 194.61 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 221 | 0.52 | 0.64 | 0 | 0.13 | 250.99 | 0.68 | 0.59 |
| Hex | 69 | 4F | DD | 34 | 40 | 0 | D | FB | 44 | 3B |
| Octal | 151 | 117 | 335 | 64 | 100 | 0 | 15 | 373 | 104 | 73 |
| Binary | 1101001 | 1001111 | 11011101 | 110100 | 1000000 | 0 | 1101 | 11111011 | 1000100 | 111011 |
Color Harmonies of #694FDD
Complementary color
Monochromatic Colors of #694FDD
Black with #694FDD
Text Example
Text Example
White with #694FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694FDD; }
p { color: rgb(105,79,221); }
H1.HeaderClassName
{
color: #694FDD;
}
.AnyTagClassName
{
color: #694FDD;
}
</style>
background-color css
<style>
a { background-color: #694FDD; }
a { background-color: rgb(105,79,221); }
div.DivClassName
{
background-color: #694FDD;
}
.BgClassName
{
background-color: #694FDD;
}
</style>
border-color css
<style>
span { border-color: #694FDD; }
span { border-color: rgb(105,79,221); }
td.TdClassName
{
border-color: #694FDD;
}
.TagClassName
{
border-color: #694FDD;
}
</style>