Shades of Slate Blue #694DCC
Tints of Slate Blue #694DCC
RGB
CMYK
RGB Variations
Color information
#694DCC (or 0x694DCC) is known color: Slate Blue. HEX triplet: 69, 4D and CC. RGB value is (105,77,204). Sum of RGB (Red+Green+Blue) = 105+77+204=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #694DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694DCC is #96B233. Grayscale: #636363. Windows color (decimal): -9876020 or 13389161. OLE color: 13389161.
HSL color Cylindrical-coordinate representation of color #694DCC: hue angle of 253.23º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #694DCC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 77 | 204 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.2 |
| HSL | 253.23º | 0.55% | 0.55% | - |
| HSV(B) | 253.23º | 0.62% | 0.8% | - |
| XYZ | 19.38 | 12.67 | 58.55 | - |
| YUV | 99.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 204 | 0.49 | 0.62 | 0 | 0.2 | 253.23 | 0.55 | 0.55 |
| Hex | 69 | 4D | CC | 31 | 3E | 0 | 14 | FD | 37 | 37 |
| Octal | 151 | 115 | 314 | 61 | 76 | 0 | 24 | 375 | 67 | 67 |
| Binary | 1101001 | 1001101 | 11001100 | 110001 | 111110 | 0 | 10100 | 11111101 | 110111 | 110111 |
Color Harmonies of #694DCC
Complementary color
Monochromatic Colors of #694DCC
Black with #694DCC
Text Example
Text Example
White with #694DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694DCC; }
p { color: rgb(105,77,204); }
H1.HeaderClassName
{
color: #694DCC;
}
.AnyTagClassName
{
color: #694DCC;
}
</style>
background-color css
<style>
a { background-color: #694DCC; }
a { background-color: rgb(105,77,204); }
div.DivClassName
{
background-color: #694DCC;
}
.BgClassName
{
background-color: #694DCC;
}
</style>
border-color css
<style>
span { border-color: #694DCC; }
span { border-color: rgb(105,77,204); }
td.TdClassName
{
border-color: #694DCC;
}
.TagClassName
{
border-color: #694DCC;
}
</style>