Shades of Slate Blue #694CCE
Tints of Slate Blue #694CCE
RGB
CMYK
RGB Variations
Color information
#694CCE (or 0x694CCE) is known color: Slate Blue. HEX triplet: 69, 4C and CE. RGB value is (105,76,206). Sum of RGB (Red+Green+Blue) = 105+76+206=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #694CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CCE is #96B331. Grayscale: #636363. Windows color (decimal): -9876274 or 13519977. OLE color: 13519977.
HSL color Cylindrical-coordinate representation of color #694CCE: hue angle of 253.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694CCE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 76 | 206 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.19 |
| HSL | 253.38º | 0.57% | 0.55% | - |
| HSV(B) | 253.38º | 0.63% | 0.81% | - |
| XYZ | 19.55 | 12.63 | 59.8 | - |
| YUV | 99.49 | 188.11 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 206 | 0.49 | 0.63 | 0 | 0.19 | 253.38 | 0.57 | 0.55 |
| Hex | 69 | 4C | CE | 31 | 3F | 0 | 13 | FD | 39 | 37 |
| Octal | 151 | 114 | 316 | 61 | 77 | 0 | 23 | 375 | 71 | 67 |
| Binary | 1101001 | 1001100 | 11001110 | 110001 | 111111 | 0 | 10011 | 11111101 | 111001 | 110111 |
Color Harmonies of #694CCE
Complementary color
Monochromatic Colors of #694CCE
Black with #694CCE
Text Example
Text Example
White with #694CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CCE; }
p { color: rgb(105,76,206); }
H1.HeaderClassName
{
color: #694CCE;
}
.AnyTagClassName
{
color: #694CCE;
}
</style>
background-color css
<style>
a { background-color: #694CCE; }
a { background-color: rgb(105,76,206); }
div.DivClassName
{
background-color: #694CCE;
}
.BgClassName
{
background-color: #694CCE;
}
</style>
border-color css
<style>
span { border-color: #694CCE; }
span { border-color: rgb(105,76,206); }
td.TdClassName
{
border-color: #694CCE;
}
.TagClassName
{
border-color: #694CCE;
}
</style>