Shades of Slate Blue #6550DB
Tints of Slate Blue #6550DB
RGB
CMYK
RGB Variations
Color information
#6550DB (or 0x6550DB) is known color: Slate Blue. HEX triplet: 65, 50 and DB. RGB value is (101,80,219). Sum of RGB (Red+Green+Blue) = 101+80+219=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6550DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6550DB is #9AAF24. Grayscale: #656565. Windows color (decimal): -10137381 or 14372965. OLE color: 14372965.
HSL color Cylindrical-coordinate representation of color #6550DB: hue angle of 249.06º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6550DB is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 80 | 219 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.14 |
| HSL | 249.06º | 0.66% | 0.59% | - |
| HSV(B) | 249.06º | 0.63% | 0.86% | - |
| XYZ | 21.02 | 13.62 | 68.54 | - |
| YUV | 102.13 | 193.96 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 219 | 0.54 | 0.63 | 0 | 0.14 | 249.06 | 0.66 | 0.59 |
| Hex | 65 | 50 | DB | 36 | 3F | 0 | E | F9 | 42 | 3B |
| Octal | 145 | 120 | 333 | 66 | 77 | 0 | 16 | 371 | 102 | 73 |
| Binary | 1100101 | 1010000 | 11011011 | 110110 | 111111 | 0 | 1110 | 11111001 | 1000010 | 111011 |
Color Harmonies of #6550DB
Complementary color
Monochromatic Colors of #6550DB
Black with #6550DB
Text Example
Text Example
White with #6550DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550DB; }
p { color: rgb(101,80,219); }
H1.HeaderClassName
{
color: #6550DB;
}
.AnyTagClassName
{
color: #6550DB;
}
</style>
background-color css
<style>
a { background-color: #6550DB; }
a { background-color: rgb(101,80,219); }
div.DivClassName
{
background-color: #6550DB;
}
.BgClassName
{
background-color: #6550DB;
}
</style>
border-color css
<style>
span { border-color: #6550DB; }
span { border-color: rgb(101,80,219); }
td.TdClassName
{
border-color: #6550DB;
}
.TagClassName
{
border-color: #6550DB;
}
</style>