Shades of Slate Blue #604FDD
Tints of Slate Blue #604FDD
RGB
CMYK
RGB Variations
Color information
#604FDD (or 0x604FDD) is known color: Slate Blue. HEX triplet: 60, 4F and DD. RGB value is (96,79,221). Sum of RGB (Red+Green+Blue) = 96+79+221=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #604FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDD is #9FB022. Grayscale: #636363. Windows color (decimal): -10465315 or 14503776. OLE color: 14503776.
HSL color Cylindrical-coordinate representation of color #604FDD: hue angle of 247.18º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604FDD is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 79 | 221 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 247.18º | 0.68% | 0.59% | - |
| HSV(B) | 247.18º | 0.64% | 0.87% | - |
| XYZ | 20.67 | 13.3 | 69.88 | - |
| YUV | 100.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 221 | 0.57 | 0.64 | 0 | 0.13 | 247.18 | 0.68 | 0.59 |
| Hex | 60 | 4F | DD | 39 | 40 | 0 | D | F7 | 44 | 3B |
| Octal | 140 | 117 | 335 | 71 | 100 | 0 | 15 | 367 | 104 | 73 |
| Binary | 1100000 | 1001111 | 11011101 | 111001 | 1000000 | 0 | 1101 | 11110111 | 1000100 | 111011 |
Color Harmonies of #604FDD
Complementary color
Monochromatic Colors of #604FDD
Black with #604FDD
Text Example
Text Example
White with #604FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FDD; }
p { color: rgb(96,79,221); }
H1.HeaderClassName
{
color: #604FDD;
}
.AnyTagClassName
{
color: #604FDD;
}
</style>
background-color css
<style>
a { background-color: #604FDD; }
a { background-color: rgb(96,79,221); }
div.DivClassName
{
background-color: #604FDD;
}
.BgClassName
{
background-color: #604FDD;
}
</style>
border-color css
<style>
span { border-color: #604FDD; }
span { border-color: rgb(96,79,221); }
td.TdClassName
{
border-color: #604FDD;
}
.TagClassName
{
border-color: #604FDD;
}
</style>