Shades of Slate Blue #6B61DB
Tints of Slate Blue #6B61DB
RGB
CMYK
RGB Variations
Color information
#6B61DB (or 0x6B61DB) is known color: Slate Blue. HEX triplet: 6B, 61 and DB. RGB value is (107,97,219). Sum of RGB (Red+Green+Blue) = 107+97+219=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B61DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61DB is #949E24. Grayscale: #717171. Windows color (decimal): -9739813 or 14377323. OLE color: 14377323.
HSL color Cylindrical-coordinate representation of color #6B61DB: hue angle of 244.92º 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 #6B61DB is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 97 | 219 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.14 |
| HSL | 244.92º | 0.63% | 0.62% | - |
| HSV(B) | 244.92º | 0.56% | 0.86% | - |
| XYZ | 23.12 | 16.79 | 69.04 | - |
| YUV | 113.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 97 | 219 | 0.51 | 0.56 | 0 | 0.14 | 244.92 | 0.63 | 0.62 |
| Hex | 6B | 61 | DB | 33 | 38 | 0 | E | F5 | 3F | 3E |
| Octal | 153 | 141 | 333 | 63 | 70 | 0 | 16 | 365 | 77 | 76 |
| Binary | 1101011 | 1100001 | 11011011 | 110011 | 111000 | 0 | 1110 | 11110101 | 111111 | 111110 |
Color Harmonies of #6B61DB
Complementary color
Monochromatic Colors of #6B61DB
Black with #6B61DB
Text Example
Text Example
White with #6B61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B61DB; }
p { color: rgb(107,97,219); }
H1.HeaderClassName
{
color: #6B61DB;
}
.AnyTagClassName
{
color: #6B61DB;
}
</style>
background-color css
<style>
a { background-color: #6B61DB; }
a { background-color: rgb(107,97,219); }
div.DivClassName
{
background-color: #6B61DB;
}
.BgClassName
{
background-color: #6B61DB;
}
</style>
border-color css
<style>
span { border-color: #6B61DB; }
span { border-color: rgb(107,97,219); }
td.TdClassName
{
border-color: #6B61DB;
}
.TagClassName
{
border-color: #6B61DB;
}
</style>