Shades of Slate Blue #694ADF
Tints of Slate Blue #694ADF
RGB
CMYK
RGB Variations
Color information
#694ADF (or 0x694ADF) is known color: Slate Blue. HEX triplet: 69, 4A and DF. RGB value is (105,74,223). Sum of RGB (Red+Green+Blue) = 105+74+223=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #694ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ADF is #96B520. Grayscale: #636363. Windows color (decimal): -9876769 or 14633577. OLE color: 14633577.
HSL color Cylindrical-coordinate representation of color #694ADF: hue angle of 252.48º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #694ADF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 74 | 223 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.13 |
| HSL | 252.48º | 0.7% | 0.58% | - |
| HSV(B) | 252.48º | 0.67% | 0.87% | - |
| XYZ | 21.59 | 13.23 | 71.23 | - |
| YUV | 100.26 | 197.27 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 223 | 0.53 | 0.67 | 0 | 0.13 | 252.48 | 0.7 | 0.58 |
| Hex | 69 | 4A | DF | 35 | 43 | 0 | D | FC | 46 | 3A |
| Octal | 151 | 112 | 337 | 65 | 103 | 0 | 15 | 374 | 106 | 72 |
| Binary | 1101001 | 1001010 | 11011111 | 110101 | 1000011 | 0 | 1101 | 11111100 | 1000110 | 111010 |
Color Harmonies of #694ADF
Complementary color
Monochromatic Colors of #694ADF
Black with #694ADF
Text Example
Text Example
White with #694ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ADF; }
p { color: rgb(105,74,223); }
H1.HeaderClassName
{
color: #694ADF;
}
.AnyTagClassName
{
color: #694ADF;
}
</style>
background-color css
<style>
a { background-color: #694ADF; }
a { background-color: rgb(105,74,223); }
div.DivClassName
{
background-color: #694ADF;
}
.BgClassName
{
background-color: #694ADF;
}
</style>
border-color css
<style>
span { border-color: #694ADF; }
span { border-color: rgb(105,74,223); }
td.TdClassName
{
border-color: #694ADF;
}
.TagClassName
{
border-color: #694ADF;
}
</style>