Shades of Slate Blue #6561BF
Tints of Slate Blue #6561BF
RGB
CMYK
RGB Variations
Color information
#6561BF (or 0x6561BF) is known color: Slate Blue. HEX triplet: 65, 61 and BF. RGB value is (101,97,191). Sum of RGB (Red+Green+Blue) = 101+97+191=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6561BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BF is #9A9E40. Grayscale: #6C6C6C. Windows color (decimal): -10133057 or 12542309. OLE color: 12542309.
HSL color Cylindrical-coordinate representation of color #6561BF: hue angle of 242.55º 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 #6561BF is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 97 | 191 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.25 |
| HSL | 242.55º | 0.42% | 0.56% | - |
| HSV(B) | 242.55º | 0.49% | 0.75% | - |
| XYZ | 19.05 | 15.08 | 51.2 | - |
| YUV | 108.91 | 174.33 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 97 | 191 | 0.47 | 0.49 | 0 | 0.25 | 242.55 | 0.42 | 0.56 |
| Hex | 65 | 61 | BF | 2F | 31 | 0 | 19 | F3 | 2A | 38 |
| Octal | 145 | 141 | 277 | 57 | 61 | 0 | 31 | 363 | 52 | 70 |
| Binary | 1100101 | 1100001 | 10111111 | 101111 | 110001 | 0 | 11001 | 11110011 | 101010 | 111000 |
Color Harmonies of #6561BF
Complementary color
Monochromatic Colors of #6561BF
Black with #6561BF
Text Example
Text Example
White with #6561BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6561BF; }
p { color: rgb(101,97,191); }
H1.HeaderClassName
{
color: #6561BF;
}
.AnyTagClassName
{
color: #6561BF;
}
</style>
background-color css
<style>
a { background-color: #6561BF; }
a { background-color: rgb(101,97,191); }
div.DivClassName
{
background-color: #6561BF;
}
.BgClassName
{
background-color: #6561BF;
}
</style>
border-color css
<style>
span { border-color: #6561BF; }
span { border-color: rgb(101,97,191); }
td.TdClassName
{
border-color: #6561BF;
}
.TagClassName
{
border-color: #6561BF;
}
</style>