Shades of Slate Blue #694CCC
Tints of Slate Blue #694CCC
RGB
CMYK
RGB Variations
Color information
#694CCC (or 0x694CCC) is known color: Slate Blue. HEX triplet: 69, 4C and CC. RGB value is (105,76,204). Sum of RGB (Red+Green+Blue) = 105+76+204=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #694CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CCC is #96B333. Grayscale: #626262. Windows color (decimal): -9876276 or 13388905. OLE color: 13388905.
HSL color Cylindrical-coordinate representation of color #694CCC: hue angle of 253.59º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #694CCC is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 76 | 204 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.2 |
| HSL | 253.59º | 0.56% | 0.55% | - |
| HSV(B) | 253.59º | 0.63% | 0.8% | - |
| XYZ | 19.31 | 12.53 | 58.53 | - |
| YUV | 99.26 | 187.11 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 204 | 0.49 | 0.63 | 0 | 0.2 | 253.59 | 0.56 | 0.55 |
| Hex | 69 | 4C | CC | 31 | 3F | 0 | 14 | FE | 38 | 37 |
| Octal | 151 | 114 | 314 | 61 | 77 | 0 | 24 | 376 | 70 | 67 |
| Binary | 1101001 | 1001100 | 11001100 | 110001 | 111111 | 0 | 10100 | 11111110 | 111000 | 110111 |
Color Harmonies of #694CCC
Complementary color
Monochromatic Colors of #694CCC
Black with #694CCC
Text Example
Text Example
White with #694CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694CCC; }
p { color: rgb(105,76,204); }
H1.HeaderClassName
{
color: #694CCC;
}
.AnyTagClassName
{
color: #694CCC;
}
</style>
background-color css
<style>
a { background-color: #694CCC; }
a { background-color: rgb(105,76,204); }
div.DivClassName
{
background-color: #694CCC;
}
.BgClassName
{
background-color: #694CCC;
}
</style>
border-color css
<style>
span { border-color: #694CCC; }
span { border-color: rgb(105,76,204); }
td.TdClassName
{
border-color: #694CCC;
}
.TagClassName
{
border-color: #694CCC;
}
</style>