Shades of Slate Blue #695CDB
Tints of Slate Blue #695CDB
RGB
CMYK
RGB Variations
Color information
#695CDB (or 0x695CDB) is known color: Slate Blue. HEX triplet: 69, 5C and DB. RGB value is (105,92,219). Sum of RGB (Red+Green+Blue) = 105+92+219=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #695CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #695CDB is #96A324. Grayscale: #6D6D6D. Windows color (decimal): -9872165 or 14376041. OLE color: 14376041.
HSL color Cylindrical-coordinate representation of color #695CDB: hue angle of 246.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695CDB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 92 | 219 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.14 |
| HSL | 246.14º | 0.64% | 0.61% | - |
| HSV(B) | 246.14º | 0.58% | 0.86% | - |
| XYZ | 22.44 | 15.77 | 68.88 | - |
| YUV | 110.37 | 189.31 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 219 | 0.52 | 0.58 | 0 | 0.14 | 246.14 | 0.64 | 0.61 |
| Hex | 69 | 5C | DB | 34 | 3A | 0 | E | F6 | 40 | 3D |
| Octal | 151 | 134 | 333 | 64 | 72 | 0 | 16 | 366 | 100 | 75 |
| Binary | 1101001 | 1011100 | 11011011 | 110100 | 111010 | 0 | 1110 | 11110110 | 1000000 | 111101 |
Color Harmonies of #695CDB
Complementary color
Monochromatic Colors of #695CDB
Black with #695CDB
Text Example
Text Example
White with #695CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695CDB; }
p { color: rgb(105,92,219); }
H1.HeaderClassName
{
color: #695CDB;
}
.AnyTagClassName
{
color: #695CDB;
}
</style>
background-color css
<style>
a { background-color: #695CDB; }
a { background-color: rgb(105,92,219); }
div.DivClassName
{
background-color: #695CDB;
}
.BgClassName
{
background-color: #695CDB;
}
</style>
border-color css
<style>
span { border-color: #695CDB; }
span { border-color: rgb(105,92,219); }
td.TdClassName
{
border-color: #695CDB;
}
.TagClassName
{
border-color: #695CDB;
}
</style>