Shades of Slate Blue #695AD3
Tints of Slate Blue #695AD3
RGB
CMYK
RGB Variations
Color information
#695AD3 (or 0x695AD3) is known color: Slate Blue. HEX triplet: 69, 5A and D3. RGB value is (105,90,211). Sum of RGB (Red+Green+Blue) = 105+90+211=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 211 (82.81% from 255 or 51.97% from 406); Max value from RGB is 211 - color contains mainly: blue. Hex color #695AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695AD3 is #96A52C. Grayscale: #6B6B6B. Windows color (decimal): -9872685 or 13851241. OLE color: 13851241.
HSL color Cylindrical-coordinate representation of color #695AD3: hue angle of 247.44º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695AD3 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 90 | 211 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.17 |
| HSL | 247.44º | 0.58% | 0.59% | - |
| HSV(B) | 247.44º | 0.57% | 0.83% | - |
| XYZ | 21.24 | 15.02 | 63.41 | - |
| YUV | 108.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 211 | 0.50 | 0.57 | 0 | 0.17 | 247.44 | 0.58 | 0.59 |
| Hex | 69 | 5A | D3 | 32 | 39 | 0 | 11 | F7 | 3A | 3B |
| Octal | 151 | 132 | 323 | 62 | 71 | 0 | 21 | 367 | 72 | 73 |
| Binary | 1101001 | 1011010 | 11010011 | 110010 | 111001 | 0 | 10001 | 11110111 | 111010 | 111011 |
Color Harmonies of #695AD3
Complementary color
Monochromatic Colors of #695AD3
Black with #695AD3
Text Example
Text Example
White with #695AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695AD3; }
p { color: rgb(105,90,211); }
H1.HeaderClassName
{
color: #695AD3;
}
.AnyTagClassName
{
color: #695AD3;
}
</style>
background-color css
<style>
a { background-color: #695AD3; }
a { background-color: rgb(105,90,211); }
div.DivClassName
{
background-color: #695AD3;
}
.BgClassName
{
background-color: #695AD3;
}
</style>
border-color css
<style>
span { border-color: #695AD3; }
span { border-color: rgb(105,90,211); }
td.TdClassName
{
border-color: #695AD3;
}
.TagClassName
{
border-color: #695AD3;
}
</style>