Shades of Slate Blue #695AD6
Tints of Slate Blue #695AD6
RGB
CMYK
RGB Variations
Color information
#695AD6 (or 0x695AD6) is known color: Slate Blue. HEX triplet: 69, 5A and D6. RGB value is (105,90,214). Sum of RGB (Red+Green+Blue) = 105+90+214=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #695AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695AD6 is #96A529. Grayscale: #6C6C6C. Windows color (decimal): -9872682 or 14047849. OLE color: 14047849.
HSL color Cylindrical-coordinate representation of color #695AD6: hue angle of 247.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695AD6 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 90 | 214 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.16 |
| HSL | 247.26º | 0.6% | 0.6% | - |
| HSV(B) | 247.26º | 0.58% | 0.84% | - |
| XYZ | 21.62 | 15.17 | 65.41 | - |
| YUV | 108.62 | 187.47 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 214 | 0.51 | 0.58 | 0 | 0.16 | 247.26 | 0.6 | 0.6 |
| Hex | 69 | 5A | D6 | 33 | 3A | 0 | 10 | F7 | 3C | 3C |
| Octal | 151 | 132 | 326 | 63 | 72 | 0 | 20 | 367 | 74 | 74 |
| Binary | 1101001 | 1011010 | 11010110 | 110011 | 111010 | 0 | 10000 | 11110111 | 111100 | 111100 |
Color Harmonies of #695AD6
Complementary color
Monochromatic Colors of #695AD6
Black with #695AD6
Text Example
Text Example
White with #695AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695AD6; }
p { color: rgb(105,90,214); }
H1.HeaderClassName
{
color: #695AD6;
}
.AnyTagClassName
{
color: #695AD6;
}
</style>
background-color css
<style>
a { background-color: #695AD6; }
a { background-color: rgb(105,90,214); }
div.DivClassName
{
background-color: #695AD6;
}
.BgClassName
{
background-color: #695AD6;
}
</style>
border-color css
<style>
span { border-color: #695AD6; }
span { border-color: rgb(105,90,214); }
td.TdClassName
{
border-color: #695AD6;
}
.TagClassName
{
border-color: #695AD6;
}
</style>