Shades of Slate Blue #695BC1
Tints of Slate Blue #695BC1
RGB
CMYK
RGB Variations
Color information
#695BC1 (or 0x695BC1) is known color: Slate Blue. HEX triplet: 69, 5B and C1. RGB value is (105,91,193). Sum of RGB (Red+Green+Blue) = 105+91+193=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #695BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695BC1 is #96A43E. Grayscale: #6A6A6A. Windows color (decimal): -9872447 or 12671849. OLE color: 12671849.
HSL color Cylindrical-coordinate representation of color #695BC1: hue angle of 248.24º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #695BC1 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 91 | 193 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.24 |
| HSL | 248.24º | 0.45% | 0.56% | - |
| HSV(B) | 248.24º | 0.53% | 0.76% | - |
| XYZ | 19.19 | 14.34 | 52.21 | - |
| YUV | 106.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 193 | 0.46 | 0.53 | 0 | 0.24 | 248.24 | 0.45 | 0.56 |
| Hex | 69 | 5B | C1 | 2E | 35 | 0 | 18 | F8 | 2D | 38 |
| Octal | 151 | 133 | 301 | 56 | 65 | 0 | 30 | 370 | 55 | 70 |
| Binary | 1101001 | 1011011 | 11000001 | 101110 | 110101 | 0 | 11000 | 11111000 | 101101 | 111000 |
Color Harmonies of #695BC1
Complementary color
Monochromatic Colors of #695BC1
Black with #695BC1
Text Example
Text Example
White with #695BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695BC1; }
p { color: rgb(105,91,193); }
H1.HeaderClassName
{
color: #695BC1;
}
.AnyTagClassName
{
color: #695BC1;
}
</style>
background-color css
<style>
a { background-color: #695BC1; }
a { background-color: rgb(105,91,193); }
div.DivClassName
{
background-color: #695BC1;
}
.BgClassName
{
background-color: #695BC1;
}
</style>
border-color css
<style>
span { border-color: #695BC1; }
span { border-color: rgb(105,91,193); }
td.TdClassName
{
border-color: #695BC1;
}
.TagClassName
{
border-color: #695BC1;
}
</style>