Shades of Slate Blue #695ACE
Tints of Slate Blue #695ACE
RGB
CMYK
RGB Variations
Color information
#695ACE (or 0x695ACE) is known color: Slate Blue. HEX triplet: 69, 5A and CE. RGB value is (105,90,206). Sum of RGB (Red+Green+Blue) = 105+90+206=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #695ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695ACE is #96A531. Grayscale: #6B6B6B. Windows color (decimal): -9872690 or 13523561. OLE color: 13523561.
HSL color Cylindrical-coordinate representation of color #695ACE: hue angle of 247.76º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #695ACE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 90 | 206 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.19 |
| HSL | 247.76º | 0.54% | 0.58% | - |
| HSV(B) | 247.76º | 0.56% | 0.81% | - |
| XYZ | 20.62 | 14.77 | 60.16 | - |
| YUV | 107.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 206 | 0.49 | 0.56 | 0 | 0.19 | 247.76 | 0.54 | 0.58 |
| Hex | 69 | 5A | CE | 31 | 38 | 0 | 13 | F8 | 36 | 3A |
| Octal | 151 | 132 | 316 | 61 | 70 | 0 | 23 | 370 | 66 | 72 |
| Binary | 1101001 | 1011010 | 11001110 | 110001 | 111000 | 0 | 10011 | 11111000 | 110110 | 111010 |
Color Harmonies of #695ACE
Complementary color
Monochromatic Colors of #695ACE
Black with #695ACE
Text Example
Text Example
White with #695ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695ACE; }
p { color: rgb(105,90,206); }
H1.HeaderClassName
{
color: #695ACE;
}
.AnyTagClassName
{
color: #695ACE;
}
</style>
background-color css
<style>
a { background-color: #695ACE; }
a { background-color: rgb(105,90,206); }
div.DivClassName
{
background-color: #695ACE;
}
.BgClassName
{
background-color: #695ACE;
}
</style>
border-color css
<style>
span { border-color: #695ACE; }
span { border-color: rgb(105,90,206); }
td.TdClassName
{
border-color: #695ACE;
}
.TagClassName
{
border-color: #695ACE;
}
</style>