Shades of Slate Blue #694ADC
Tints of Slate Blue #694ADC
RGB
CMYK
RGB Variations
Color information
#694ADC (or 0x694ADC) is known color: Slate Blue. HEX triplet: 69, 4A and DC. RGB value is (105,74,220). Sum of RGB (Red+Green+Blue) = 105+74+220=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #694ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694ADC is #96B523. Grayscale: #636363. Windows color (decimal): -9876772 or 14436969. OLE color: 14436969.
HSL color Cylindrical-coordinate representation of color #694ADC: hue angle of 252.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #694ADC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 74 | 220 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.14 |
| HSL | 252.74º | 0.68% | 0.58% | - |
| HSV(B) | 252.74º | 0.66% | 0.86% | - |
| XYZ | 21.19 | 13.07 | 69.12 | - |
| YUV | 99.91 | 195.77 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 220 | 0.52 | 0.66 | 0 | 0.14 | 252.74 | 0.68 | 0.58 |
| Hex | 69 | 4A | DC | 34 | 42 | 0 | E | FD | 44 | 3A |
| Octal | 151 | 112 | 334 | 64 | 102 | 0 | 16 | 375 | 104 | 72 |
| Binary | 1101001 | 1001010 | 11011100 | 110100 | 1000010 | 0 | 1110 | 11111101 | 1000100 | 111010 |
Color Harmonies of #694ADC
Complementary color
Monochromatic Colors of #694ADC
Black with #694ADC
Text Example
Text Example
White with #694ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694ADC; }
p { color: rgb(105,74,220); }
H1.HeaderClassName
{
color: #694ADC;
}
.AnyTagClassName
{
color: #694ADC;
}
</style>
background-color css
<style>
a { background-color: #694ADC; }
a { background-color: rgb(105,74,220); }
div.DivClassName
{
background-color: #694ADC;
}
.BgClassName
{
background-color: #694ADC;
}
</style>
border-color css
<style>
span { border-color: #694ADC; }
span { border-color: rgb(105,74,220); }
td.TdClassName
{
border-color: #694ADC;
}
.TagClassName
{
border-color: #694ADC;
}
</style>