Shades of Slate Blue #695EDA
Tints of Slate Blue #695EDA
RGB
CMYK
RGB Variations
Color information
#695EDA (or 0x695EDA) is known color: Slate Blue. HEX triplet: 69, 5E and DA. RGB value is (105,94,218). Sum of RGB (Red+Green+Blue) = 105+94+218=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #695EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695EDA is #96A125. Grayscale: #6E6E6E. Windows color (decimal): -9871654 or 14311017. OLE color: 14311017.
HSL color Cylindrical-coordinate representation of color #695EDA: hue angle of 245.32º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695EDA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 94 | 218 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.15 |
| HSL | 245.32º | 0.63% | 0.61% | - |
| HSV(B) | 245.32º | 0.57% | 0.85% | - |
| XYZ | 22.48 | 16.07 | 68.25 | - |
| YUV | 111.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 218 | 0.52 | 0.57 | 0 | 0.15 | 245.32 | 0.63 | 0.61 |
| Hex | 69 | 5E | DA | 34 | 39 | 0 | F | F5 | 3F | 3D |
| Octal | 151 | 136 | 332 | 64 | 71 | 0 | 17 | 365 | 77 | 75 |
| Binary | 1101001 | 1011110 | 11011010 | 110100 | 111001 | 0 | 1111 | 11110101 | 111111 | 111101 |
Color Harmonies of #695EDA
Complementary color
Monochromatic Colors of #695EDA
Black with #695EDA
Text Example
Text Example
White with #695EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695EDA; }
p { color: rgb(105,94,218); }
H1.HeaderClassName
{
color: #695EDA;
}
.AnyTagClassName
{
color: #695EDA;
}
</style>
background-color css
<style>
a { background-color: #695EDA; }
a { background-color: rgb(105,94,218); }
div.DivClassName
{
background-color: #695EDA;
}
.BgClassName
{
background-color: #695EDA;
}
</style>
border-color css
<style>
span { border-color: #695EDA; }
span { border-color: rgb(105,94,218); }
td.TdClassName
{
border-color: #695EDA;
}
.TagClassName
{
border-color: #695EDA;
}
</style>