Shades of Slate Blue #606DDA
Tints of Slate Blue #606DDA
RGB
CMYK
RGB Variations
Color information
#606DDA (or 0x606DDA) is known color: Slate Blue. HEX triplet: 60, 6D and DA. RGB value is (96,109,218). Sum of RGB (Red+Green+Blue) = 96+109+218=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #606DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DDA is #9F9225. Grayscale: #757575. Windows color (decimal): -10457638 or 14314848. OLE color: 14314848.
HSL color Cylindrical-coordinate representation of color #606DDA: hue angle of 233.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606DDA is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 109 | 218 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.15 |
| HSL | 233.61º | 0.62% | 0.62% | - |
| HSV(B) | 233.61º | 0.56% | 0.85% | - |
| XYZ | 22.95 | 18.49 | 68.69 | - |
| YUV | 117.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 218 | 0.56 | 0.5 | 0 | 0.15 | 233.61 | 0.62 | 0.62 |
| Hex | 60 | 6D | DA | 38 | 32 | 0 | F | EA | 3E | 3E |
| Octal | 140 | 155 | 332 | 70 | 62 | 0 | 17 | 352 | 76 | 76 |
| Binary | 1100000 | 1101101 | 11011010 | 111000 | 110010 | 0 | 1111 | 11101010 | 111110 | 111110 |
Color Harmonies of #606DDA
Complementary color
Monochromatic Colors of #606DDA
Black with #606DDA
Text Example
Text Example
White with #606DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DDA; }
p { color: rgb(96,109,218); }
H1.HeaderClassName
{
color: #606DDA;
}
.AnyTagClassName
{
color: #606DDA;
}
</style>
background-color css
<style>
a { background-color: #606DDA; }
a { background-color: rgb(96,109,218); }
div.DivClassName
{
background-color: #606DDA;
}
.BgClassName
{
background-color: #606DDA;
}
</style>
border-color css
<style>
span { border-color: #606DDA; }
span { border-color: rgb(96,109,218); }
td.TdClassName
{
border-color: #606DDA;
}
.TagClassName
{
border-color: #606DDA;
}
</style>