Shades of Slate Blue #694BDC
Tints of Slate Blue #694BDC
RGB
CMYK
RGB Variations
Color information
#694BDC (or 0x694BDC) is known color: Slate Blue. HEX triplet: 69, 4B and DC. RGB value is (105,75,220). Sum of RGB (Red+Green+Blue) = 105+75+220=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #694BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BDC is #96B423. Grayscale: #636363. Windows color (decimal): -9876516 or 14437225. OLE color: 14437225.
HSL color Cylindrical-coordinate representation of color #694BDC: hue angle of 252.41º degrees, saturation: 0.67, 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 #694BDC is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 75 | 220 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.14 |
| HSL | 252.41º | 0.67% | 0.58% | - |
| HSV(B) | 252.41º | 0.66% | 0.86% | - |
| XYZ | 21.26 | 13.2 | 69.14 | - |
| YUV | 100.5 | 195.44 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 220 | 0.52 | 0.66 | 0 | 0.14 | 252.41 | 0.67 | 0.58 |
| Hex | 69 | 4B | DC | 34 | 42 | 0 | E | FC | 43 | 3A |
| Octal | 151 | 113 | 334 | 64 | 102 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1101001 | 1001011 | 11011100 | 110100 | 1000010 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #694BDC
Complementary color
Monochromatic Colors of #694BDC
Black with #694BDC
Text Example
Text Example
White with #694BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BDC; }
p { color: rgb(105,75,220); }
H1.HeaderClassName
{
color: #694BDC;
}
.AnyTagClassName
{
color: #694BDC;
}
</style>
background-color css
<style>
a { background-color: #694BDC; }
a { background-color: rgb(105,75,220); }
div.DivClassName
{
background-color: #694BDC;
}
.BgClassName
{
background-color: #694BDC;
}
</style>
border-color css
<style>
span { border-color: #694BDC; }
span { border-color: rgb(105,75,220); }
td.TdClassName
{
border-color: #694BDC;
}
.TagClassName
{
border-color: #694BDC;
}
</style>