Shades of Slate Blue #695DCA
Tints of Slate Blue #695DCA
RGB
CMYK
RGB Variations
Color information
#695DCA (or 0x695DCA) is known color: Slate Blue. HEX triplet: 69, 5D and CA. RGB value is (105,93,202). Sum of RGB (Red+Green+Blue) = 105+93+202=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #695DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695DCA is #96A235. Grayscale: #6C6C6C. Windows color (decimal): -9871926 or 13262185. OLE color: 13262185.
HSL color Cylindrical-coordinate representation of color #695DCA: hue angle of 246.61º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #695DCA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 93 | 202 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.21 |
| HSL | 246.61º | 0.51% | 0.58% | - |
| HSV(B) | 246.61º | 0.54% | 0.79% | - |
| XYZ | 20.4 | 15.1 | 57.72 | - |
| YUV | 109.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 202 | 0.48 | 0.54 | 0 | 0.21 | 246.61 | 0.51 | 0.58 |
| Hex | 69 | 5D | CA | 30 | 36 | 0 | 15 | F7 | 33 | 3A |
| Octal | 151 | 135 | 312 | 60 | 66 | 0 | 25 | 367 | 63 | 72 |
| Binary | 1101001 | 1011101 | 11001010 | 110000 | 110110 | 0 | 10101 | 11110111 | 110011 | 111010 |
Color Harmonies of #695DCA
Complementary color
Monochromatic Colors of #695DCA
Black with #695DCA
Text Example
Text Example
White with #695DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695DCA; }
p { color: rgb(105,93,202); }
H1.HeaderClassName
{
color: #695DCA;
}
.AnyTagClassName
{
color: #695DCA;
}
</style>
background-color css
<style>
a { background-color: #695DCA; }
a { background-color: rgb(105,93,202); }
div.DivClassName
{
background-color: #695DCA;
}
.BgClassName
{
background-color: #695DCA;
}
</style>
border-color css
<style>
span { border-color: #695DCA; }
span { border-color: rgb(105,93,202); }
td.TdClassName
{
border-color: #695DCA;
}
.TagClassName
{
border-color: #695DCA;
}
</style>