Shades of Slate Blue #694BDF
Tints of Slate Blue #694BDF
RGB
CMYK
RGB Variations
Color information
#694BDF (or 0x694BDF) is known color: Slate Blue. HEX triplet: 69, 4B and DF. RGB value is (105,75,223). Sum of RGB (Red+Green+Blue) = 105+75+223=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #694BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BDF is #96B420. Grayscale: #646464. Windows color (decimal): -9876513 or 14633833. OLE color: 14633833.
HSL color Cylindrical-coordinate representation of color #694BDF: hue angle of 252.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694BDF is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 75 | 223 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.13 |
| HSL | 252.16º | 0.7% | 0.58% | - |
| HSV(B) | 252.16º | 0.66% | 0.87% | - |
| XYZ | 21.66 | 13.36 | 71.25 | - |
| YUV | 100.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 223 | 0.53 | 0.66 | 0 | 0.13 | 252.16 | 0.7 | 0.58 |
| Hex | 69 | 4B | DF | 35 | 42 | 0 | D | FC | 46 | 3A |
| Octal | 151 | 113 | 337 | 65 | 102 | 0 | 15 | 374 | 106 | 72 |
| Binary | 1101001 | 1001011 | 11011111 | 110101 | 1000010 | 0 | 1101 | 11111100 | 1000110 | 111010 |
Color Harmonies of #694BDF
Complementary color
Monochromatic Colors of #694BDF
Black with #694BDF
Text Example
Text Example
White with #694BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BDF; }
p { color: rgb(105,75,223); }
H1.HeaderClassName
{
color: #694BDF;
}
.AnyTagClassName
{
color: #694BDF;
}
</style>
background-color css
<style>
a { background-color: #694BDF; }
a { background-color: rgb(105,75,223); }
div.DivClassName
{
background-color: #694BDF;
}
.BgClassName
{
background-color: #694BDF;
}
</style>
border-color css
<style>
span { border-color: #694BDF; }
span { border-color: rgb(105,75,223); }
td.TdClassName
{
border-color: #694BDF;
}
.TagClassName
{
border-color: #694BDF;
}
</style>