Shades of Slate Blue #6961BF
Tints of Slate Blue #6961BF
RGB
CMYK
RGB Variations
Color information
#6961BF (or 0x6961BF) is known color: Slate Blue. HEX triplet: 69, 61 and BF. RGB value is (105,97,191). Sum of RGB (Red+Green+Blue) = 105+97+191=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #6961BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961BF is #969E40. Grayscale: #6D6D6D. Windows color (decimal): -9870913 or 12542313. OLE color: 12542313.
HSL color Cylindrical-coordinate representation of color #6961BF: hue angle of 245.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6961BF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 97 | 191 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.25 |
| HSL | 245.11º | 0.42% | 0.56% | - |
| HSV(B) | 245.11º | 0.49% | 0.75% | - |
| XYZ | 19.5 | 15.31 | 51.22 | - |
| YUV | 110.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 191 | 0.45 | 0.49 | 0 | 0.25 | 245.11 | 0.42 | 0.56 |
| Hex | 69 | 61 | BF | 2D | 31 | 0 | 19 | F5 | 2A | 38 |
| Octal | 151 | 141 | 277 | 55 | 61 | 0 | 31 | 365 | 52 | 70 |
| Binary | 1101001 | 1100001 | 10111111 | 101101 | 110001 | 0 | 11001 | 11110101 | 101010 | 111000 |
Color Harmonies of #6961BF
Complementary color
Monochromatic Colors of #6961BF
Black with #6961BF
Text Example
Text Example
White with #6961BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6961BF; }
p { color: rgb(105,97,191); }
H1.HeaderClassName
{
color: #6961BF;
}
.AnyTagClassName
{
color: #6961BF;
}
</style>
background-color css
<style>
a { background-color: #6961BF; }
a { background-color: rgb(105,97,191); }
div.DivClassName
{
background-color: #6961BF;
}
.BgClassName
{
background-color: #6961BF;
}
</style>
border-color css
<style>
span { border-color: #6961BF; }
span { border-color: rgb(105,97,191); }
td.TdClassName
{
border-color: #6961BF;
}
.TagClassName
{
border-color: #6961BF;
}
</style>