Shades of Slate Blue #6B53DB
Tints of Slate Blue #6B53DB
RGB
CMYK
RGB Variations
Color information
#6B53DB (or 0x6B53DB) is known color: Slate Blue. HEX triplet: 6B, 53 and DB. RGB value is (107,83,219). Sum of RGB (Red+Green+Blue) = 107+83+219=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B53DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B53DB is #94AC24. Grayscale: #696969. Windows color (decimal): -9743397 or 14373739. OLE color: 14373739.
HSL color Cylindrical-coordinate representation of color #6B53DB: hue angle of 250.59º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B53DB is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 83 | 219 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.14 |
| HSL | 250.59º | 0.65% | 0.59% | - |
| HSV(B) | 250.59º | 0.62% | 0.86% | - |
| XYZ | 21.94 | 14.43 | 68.65 | - |
| YUV | 105.68 | 191.95 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 219 | 0.51 | 0.62 | 0 | 0.14 | 250.59 | 0.65 | 0.59 |
| Hex | 6B | 53 | DB | 33 | 3E | 0 | E | FB | 41 | 3B |
| Octal | 153 | 123 | 333 | 63 | 76 | 0 | 16 | 373 | 101 | 73 |
| Binary | 1101011 | 1010011 | 11011011 | 110011 | 111110 | 0 | 1110 | 11111011 | 1000001 | 111011 |
Color Harmonies of #6B53DB
Complementary color
Monochromatic Colors of #6B53DB
Black with #6B53DB
Text Example
Text Example
White with #6B53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B53DB; }
p { color: rgb(107,83,219); }
H1.HeaderClassName
{
color: #6B53DB;
}
.AnyTagClassName
{
color: #6B53DB;
}
</style>
background-color css
<style>
a { background-color: #6B53DB; }
a { background-color: rgb(107,83,219); }
div.DivClassName
{
background-color: #6B53DB;
}
.BgClassName
{
background-color: #6B53DB;
}
</style>
border-color css
<style>
span { border-color: #6B53DB; }
span { border-color: rgb(107,83,219); }
td.TdClassName
{
border-color: #6B53DB;
}
.TagClassName
{
border-color: #6B53DB;
}
</style>