Shades of Slate Blue #6B55DB
Tints of Slate Blue #6B55DB
RGB
CMYK
RGB Variations
Color information
#6B55DB (or 0x6B55DB) is known color: Slate Blue. HEX triplet: 6B, 55 and DB. RGB value is (107,85,219). Sum of RGB (Red+Green+Blue) = 107+85+219=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55DB is #94AA24. Grayscale: #6A6A6A. Windows color (decimal): -9742885 or 14374251. OLE color: 14374251.
HSL color Cylindrical-coordinate representation of color #6B55DB: hue angle of 249.85º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B55DB is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 85 | 219 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.14 |
| HSL | 249.85º | 0.65% | 0.6% | - |
| HSV(B) | 249.85º | 0.61% | 0.86% | - |
| XYZ | 22.1 | 14.74 | 68.7 | - |
| YUV | 106.85 | 191.29 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 85 | 219 | 0.51 | 0.61 | 0 | 0.14 | 249.85 | 0.65 | 0.6 |
| Hex | 6B | 55 | DB | 33 | 3D | 0 | E | FA | 41 | 3C |
| Octal | 153 | 125 | 333 | 63 | 75 | 0 | 16 | 372 | 101 | 74 |
| Binary | 1101011 | 1010101 | 11011011 | 110011 | 111101 | 0 | 1110 | 11111010 | 1000001 | 111100 |
Color Harmonies of #6B55DB
Complementary color
Monochromatic Colors of #6B55DB
Black with #6B55DB
Text Example
Text Example
White with #6B55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B55DB; }
p { color: rgb(107,85,219); }
H1.HeaderClassName
{
color: #6B55DB;
}
.AnyTagClassName
{
color: #6B55DB;
}
</style>
background-color css
<style>
a { background-color: #6B55DB; }
a { background-color: rgb(107,85,219); }
div.DivClassName
{
background-color: #6B55DB;
}
.BgClassName
{
background-color: #6B55DB;
}
</style>
border-color css
<style>
span { border-color: #6B55DB; }
span { border-color: rgb(107,85,219); }
td.TdClassName
{
border-color: #6B55DB;
}
.TagClassName
{
border-color: #6B55DB;
}
</style>