Shades of Slate Blue #6C61DB
Tints of Slate Blue #6C61DB
RGB
CMYK
RGB Variations
Color information
#6C61DB (or 0x6C61DB) is known color: Slate Blue. HEX triplet: 6C, 61 and DB. RGB value is (108,97,219). Sum of RGB (Red+Green+Blue) = 108+97+219=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C61DB is #939E24. Grayscale: #717171. Windows color (decimal): -9674277 or 14377324. OLE color: 14377324.
HSL color Cylindrical-coordinate representation of color #6C61DB: hue angle of 245.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C61DB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 97 | 219 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.14 |
| HSL | 245.41º | 0.63% | 0.62% | - |
| HSV(B) | 245.41º | 0.56% | 0.86% | - |
| XYZ | 23.25 | 16.85 | 69.05 | - |
| YUV | 114.2 | 187.14 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 219 | 0.51 | 0.56 | 0 | 0.14 | 245.41 | 0.63 | 0.62 |
| Hex | 6C | 61 | DB | 33 | 38 | 0 | E | F5 | 3F | 3E |
| Octal | 154 | 141 | 333 | 63 | 70 | 0 | 16 | 365 | 77 | 76 |
| Binary | 1101100 | 1100001 | 11011011 | 110011 | 111000 | 0 | 1110 | 11110101 | 111111 | 111110 |
Color Harmonies of #6C61DB
Complementary color
Monochromatic Colors of #6C61DB
Black with #6C61DB
Text Example
Text Example
White with #6C61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61DB; }
p { color: rgb(108,97,219); }
H1.HeaderClassName
{
color: #6C61DB;
}
.AnyTagClassName
{
color: #6C61DB;
}
</style>
background-color css
<style>
a { background-color: #6C61DB; }
a { background-color: rgb(108,97,219); }
div.DivClassName
{
background-color: #6C61DB;
}
.BgClassName
{
background-color: #6C61DB;
}
</style>
border-color css
<style>
span { border-color: #6C61DB; }
span { border-color: rgb(108,97,219); }
td.TdClassName
{
border-color: #6C61DB;
}
.TagClassName
{
border-color: #6C61DB;
}
</style>