Shades of Slate Blue #695FCD
Tints of Slate Blue #695FCD
RGB
CMYK
RGB Variations
Color information
#695FCD (or 0x695FCD) is known color: Slate Blue. HEX triplet: 69, 5F and CD. RGB value is (105,95,205). Sum of RGB (Red+Green+Blue) = 105+95+205=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #695FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695FCD is #96A032. Grayscale: #6E6E6E. Windows color (decimal): -9871411 or 13459305. OLE color: 13459305.
HSL color Cylindrical-coordinate representation of color #695FCD: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695FCD is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 95 | 205 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.20 |
| HSL | 245.45º | 0.52% | 0.59% | - |
| HSV(B) | 245.45º | 0.54% | 0.8% | - |
| XYZ | 20.94 | 15.6 | 59.66 | - |
| YUV | 110.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 205 | 0.49 | 0.54 | 0 | 0.20 | 245.45 | 0.52 | 0.59 |
| Hex | 69 | 5F | CD | 31 | 36 | 0 | 14 | F5 | 34 | 3B |
| Octal | 151 | 137 | 315 | 61 | 66 | 0 | 24 | 365 | 64 | 73 |
| Binary | 1101001 | 1011111 | 11001101 | 110001 | 110110 | 0 | 10100 | 11110101 | 110100 | 111011 |
Color Harmonies of #695FCD
Complementary color
Monochromatic Colors of #695FCD
Black with #695FCD
Text Example
Text Example
White with #695FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695FCD; }
p { color: rgb(105,95,205); }
H1.HeaderClassName
{
color: #695FCD;
}
.AnyTagClassName
{
color: #695FCD;
}
</style>
background-color css
<style>
a { background-color: #695FCD; }
a { background-color: rgb(105,95,205); }
div.DivClassName
{
background-color: #695FCD;
}
.BgClassName
{
background-color: #695FCD;
}
</style>
border-color css
<style>
span { border-color: #695FCD; }
span { border-color: rgb(105,95,205); }
td.TdClassName
{
border-color: #695FCD;
}
.TagClassName
{
border-color: #695FCD;
}
</style>