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