Shades of Slate Blue #6D60DB
Tints of Slate Blue #6D60DB
RGB
CMYK
RGB Variations
Color information
#6D60DB (or 0x6D60DB) is known color: Slate Blue. HEX triplet: 6D, 60 and DB. RGB value is (109,96,219). Sum of RGB (Red+Green+Blue) = 109+96+219=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 96 (37.89% from 255 or 22.64% 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 #6D60DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60DB is #929F24. Grayscale: #717171. Windows color (decimal): -9608997 or 14377069. OLE color: 14377069.
HSL color Cylindrical-coordinate representation of color #6D60DB: hue angle of 246.34º 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 #6D60DB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 96 | 219 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.14 |
| HSL | 246.34º | 0.63% | 0.62% | - |
| HSV(B) | 246.34º | 0.56% | 0.86% | - |
| XYZ | 23.28 | 16.73 | 69.02 | - |
| YUV | 113.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 219 | 0.50 | 0.56 | 0 | 0.14 | 246.34 | 0.63 | 0.62 |
| Hex | 6D | 60 | DB | 32 | 38 | 0 | E | F6 | 3F | 3E |
| Octal | 155 | 140 | 333 | 62 | 70 | 0 | 16 | 366 | 77 | 76 |
| Binary | 1101101 | 1100000 | 11011011 | 110010 | 111000 | 0 | 1110 | 11110110 | 111111 | 111110 |
Color Harmonies of #6D60DB
Complementary color
Monochromatic Colors of #6D60DB
Black with #6D60DB
Text Example
Text Example
White with #6D60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D60DB; }
p { color: rgb(109,96,219); }
H1.HeaderClassName
{
color: #6D60DB;
}
.AnyTagClassName
{
color: #6D60DB;
}
</style>
background-color css
<style>
a { background-color: #6D60DB; }
a { background-color: rgb(109,96,219); }
div.DivClassName
{
background-color: #6D60DB;
}
.BgClassName
{
background-color: #6D60DB;
}
</style>
border-color css
<style>
span { border-color: #6D60DB; }
span { border-color: rgb(109,96,219); }
td.TdClassName
{
border-color: #6D60DB;
}
.TagClassName
{
border-color: #6D60DB;
}
</style>