Shades of Slate Blue #604FDF
Tints of Slate Blue #604FDF
RGB
CMYK
RGB Variations
Color information
#604FDF (or 0x604FDF) is known color: Slate Blue. HEX triplet: 60, 4F and DF. RGB value is (96,79,223). Sum of RGB (Red+Green+Blue) = 96+79+223=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #604FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDF is #9FB020. Grayscale: #636363. Windows color (decimal): -10465313 or 14634848. OLE color: 14634848.
HSL color Cylindrical-coordinate representation of color #604FDF: hue angle of 247.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604FDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 79 | 223 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.13 |
| HSL | 247.08º | 0.69% | 0.59% | - |
| HSV(B) | 247.08º | 0.65% | 0.87% | - |
| XYZ | 20.94 | 13.41 | 71.3 | - |
| YUV | 100.5 | 197.13 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 223 | 0.57 | 0.65 | 0 | 0.13 | 247.08 | 0.69 | 0.59 |
| Hex | 60 | 4F | DF | 39 | 41 | 0 | D | F7 | 45 | 3B |
| Octal | 140 | 117 | 337 | 71 | 101 | 0 | 15 | 367 | 105 | 73 |
| Binary | 1100000 | 1001111 | 11011111 | 111001 | 1000001 | 0 | 1101 | 11110111 | 1000101 | 111011 |
Color Harmonies of #604FDF
Complementary color
Monochromatic Colors of #604FDF
Black with #604FDF
Text Example
Text Example
White with #604FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FDF; }
p { color: rgb(96,79,223); }
H1.HeaderClassName
{
color: #604FDF;
}
.AnyTagClassName
{
color: #604FDF;
}
</style>
background-color css
<style>
a { background-color: #604FDF; }
a { background-color: rgb(96,79,223); }
div.DivClassName
{
background-color: #604FDF;
}
.BgClassName
{
background-color: #604FDF;
}
</style>
border-color css
<style>
span { border-color: #604FDF; }
span { border-color: rgb(96,79,223); }
td.TdClassName
{
border-color: #604FDF;
}
.TagClassName
{
border-color: #604FDF;
}
</style>