Shades of Slate Blue #694ACD
Tints of Slate Blue #694ACD
RGB
CMYK
RGB Variations
Color information
#694ACD (or 0x694ACD) is known color: Slate Blue. HEX triplet: 69, 4A and CD. RGB value is (105,74,205). Sum of RGB (Red+Green+Blue) = 105+74+205=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #694ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ACD is #96B532. Grayscale: #616161. Windows color (decimal): -9876787 or 13453929. OLE color: 13453929.
HSL color Cylindrical-coordinate representation of color #694ACD: hue angle of 254.2º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694ACD is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 74 | 205 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.20 |
| HSL | 254.2º | 0.57% | 0.55% | - |
| HSV(B) | 254.2º | 0.64% | 0.8% | - |
| XYZ | 19.29 | 12.31 | 59.12 | - |
| YUV | 98.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 205 | 0.49 | 0.64 | 0 | 0.20 | 254.2 | 0.57 | 0.55 |
| Hex | 69 | 4A | CD | 31 | 40 | 0 | 14 | FE | 39 | 37 |
| Octal | 151 | 112 | 315 | 61 | 100 | 0 | 24 | 376 | 71 | 67 |
| Binary | 1101001 | 1001010 | 11001101 | 110001 | 1000000 | 0 | 10100 | 11111110 | 111001 | 110111 |
Color Harmonies of #694ACD
Complementary color
Monochromatic Colors of #694ACD
Black with #694ACD
Text Example
Text Example
White with #694ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ACD; }
p { color: rgb(105,74,205); }
H1.HeaderClassName
{
color: #694ACD;
}
.AnyTagClassName
{
color: #694ACD;
}
</style>
background-color css
<style>
a { background-color: #694ACD; }
a { background-color: rgb(105,74,205); }
div.DivClassName
{
background-color: #694ACD;
}
.BgClassName
{
background-color: #694ACD;
}
</style>
border-color css
<style>
span { border-color: #694ACD; }
span { border-color: rgb(105,74,205); }
td.TdClassName
{
border-color: #694ACD;
}
.TagClassName
{
border-color: #694ACD;
}
</style>