Shades of Slate Blue #694BD2
Tints of Slate Blue #694BD2
RGB
CMYK
RGB Variations
Color information
#694BD2 (or 0x694BD2) is known color: Slate Blue. HEX triplet: 69, 4B and D2. RGB value is (105,75,210). Sum of RGB (Red+Green+Blue) = 105+75+210=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #694BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694BD2 is #96B42D. Grayscale: #626262. Windows color (decimal): -9876526 or 13781865. OLE color: 13781865.
HSL color Cylindrical-coordinate representation of color #694BD2: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694BD2 is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 75 | 210 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.18 |
| HSL | 253.33º | 0.6% | 0.56% | - |
| HSV(B) | 253.33º | 0.64% | 0.82% | - |
| XYZ | 19.97 | 12.69 | 62.37 | - |
| YUV | 99.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 210 | 0.50 | 0.64 | 0 | 0.18 | 253.33 | 0.6 | 0.56 |
| Hex | 69 | 4B | D2 | 32 | 40 | 0 | 12 | FD | 3C | 38 |
| Octal | 151 | 113 | 322 | 62 | 100 | 0 | 22 | 375 | 74 | 70 |
| Binary | 1101001 | 1001011 | 11010010 | 110010 | 1000000 | 0 | 10010 | 11111101 | 111100 | 111000 |
Color Harmonies of #694BD2
Complementary color
Monochromatic Colors of #694BD2
Black with #694BD2
Text Example
Text Example
White with #694BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694BD2; }
p { color: rgb(105,75,210); }
H1.HeaderClassName
{
color: #694BD2;
}
.AnyTagClassName
{
color: #694BD2;
}
</style>
background-color css
<style>
a { background-color: #694BD2; }
a { background-color: rgb(105,75,210); }
div.DivClassName
{
background-color: #694BD2;
}
.BgClassName
{
background-color: #694BD2;
}
</style>
border-color css
<style>
span { border-color: #694BD2; }
span { border-color: rgb(105,75,210); }
td.TdClassName
{
border-color: #694BD2;
}
.TagClassName
{
border-color: #694BD2;
}
</style>