Shades of Slate Blue #695BCD
Tints of Slate Blue #695BCD
RGB
CMYK
RGB Variations
Color information
#695BCD (or 0x695BCD) is known color: Slate Blue. HEX triplet: 69, 5B and CD. RGB value is (105,91,205). Sum of RGB (Red+Green+Blue) = 105+91+205=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #695BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BCD is #96A432. Grayscale: #6B6B6B. Windows color (decimal): -9872435 or 13458281. OLE color: 13458281.
HSL color Cylindrical-coordinate representation of color #695BCD: hue angle of 247.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #695BCD is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 91 | 205 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.20 |
| HSL | 247.37º | 0.53% | 0.58% | - |
| HSV(B) | 247.37º | 0.56% | 0.8% | - |
| XYZ | 20.59 | 14.89 | 59.55 | - |
| YUV | 108.18 | 182.64 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 205 | 0.49 | 0.56 | 0 | 0.20 | 247.37 | 0.53 | 0.58 |
| Hex | 69 | 5B | CD | 31 | 38 | 0 | 14 | F7 | 35 | 3A |
| Octal | 151 | 133 | 315 | 61 | 70 | 0 | 24 | 367 | 65 | 72 |
| Binary | 1101001 | 1011011 | 11001101 | 110001 | 111000 | 0 | 10100 | 11110111 | 110101 | 111010 |
Color Harmonies of #695BCD
Complementary color
Monochromatic Colors of #695BCD
Black with #695BCD
Text Example
Text Example
White with #695BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BCD; }
p { color: rgb(105,91,205); }
H1.HeaderClassName
{
color: #695BCD;
}
.AnyTagClassName
{
color: #695BCD;
}
</style>
background-color css
<style>
a { background-color: #695BCD; }
a { background-color: rgb(105,91,205); }
div.DivClassName
{
background-color: #695BCD;
}
.BgClassName
{
background-color: #695BCD;
}
</style>
border-color css
<style>
span { border-color: #695BCD; }
span { border-color: rgb(105,91,205); }
td.TdClassName
{
border-color: #695BCD;
}
.TagClassName
{
border-color: #695BCD;
}
</style>