Shades of Slate Blue #695BDD
Tints of Slate Blue #695BDD
RGB
CMYK
RGB Variations
Color information
#695BDD (or 0x695BDD) is known color: Slate Blue. HEX triplet: 69, 5B and DD. RGB value is (105,91,221). Sum of RGB (Red+Green+Blue) = 105+91+221=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #695BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BDD is #96A422. Grayscale: #6D6D6D. Windows color (decimal): -9872419 or 14506857. OLE color: 14506857.
HSL color Cylindrical-coordinate representation of color #695BDD: hue angle of 246.46º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #695BDD is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 91 | 221 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.13 |
| HSL | 246.46º | 0.66% | 0.61% | - |
| HSV(B) | 246.46º | 0.59% | 0.87% | - |
| XYZ | 22.62 | 15.71 | 70.25 | - |
| YUV | 110.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 221 | 0.52 | 0.59 | 0 | 0.13 | 246.46 | 0.66 | 0.61 |
| Hex | 69 | 5B | DD | 34 | 3B | 0 | D | F6 | 42 | 3D |
| Octal | 151 | 133 | 335 | 64 | 73 | 0 | 15 | 366 | 102 | 75 |
| Binary | 1101001 | 1011011 | 11011101 | 110100 | 111011 | 0 | 1101 | 11110110 | 1000010 | 111101 |
Color Harmonies of #695BDD
Complementary color
Monochromatic Colors of #695BDD
Black with #695BDD
Text Example
Text Example
White with #695BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BDD; }
p { color: rgb(105,91,221); }
H1.HeaderClassName
{
color: #695BDD;
}
.AnyTagClassName
{
color: #695BDD;
}
</style>
background-color css
<style>
a { background-color: #695BDD; }
a { background-color: rgb(105,91,221); }
div.DivClassName
{
background-color: #695BDD;
}
.BgClassName
{
background-color: #695BDD;
}
</style>
border-color css
<style>
span { border-color: #695BDD; }
span { border-color: rgb(105,91,221); }
td.TdClassName
{
border-color: #695BDD;
}
.TagClassName
{
border-color: #695BDD;
}
</style>