Shades of Slate Blue #604DDF
Tints of Slate Blue #604DDF
RGB
CMYK
RGB Variations
Color information
#604DDF (or 0x604DDF) is known color: Slate Blue. HEX triplet: 60, 4D and DF. RGB value is (96,77,223). Sum of RGB (Red+Green+Blue) = 96+77+223=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #604DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DDF is #9FB220. Grayscale: #626262. Windows color (decimal): -10465825 or 14634336. OLE color: 14634336.
HSL color Cylindrical-coordinate representation of color #604DDF: hue angle of 247.81º degrees, saturation: 0.7, 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 #604DDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 77 | 223 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.13 |
| HSL | 247.81º | 0.7% | 0.59% | - |
| HSV(B) | 247.81º | 0.65% | 0.87% | - |
| XYZ | 20.8 | 13.12 | 71.25 | - |
| YUV | 99.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 223 | 0.57 | 0.65 | 0 | 0.13 | 247.81 | 0.7 | 0.59 |
| Hex | 60 | 4D | DF | 39 | 41 | 0 | D | F8 | 46 | 3B |
| Octal | 140 | 115 | 337 | 71 | 101 | 0 | 15 | 370 | 106 | 73 |
| Binary | 1100000 | 1001101 | 11011111 | 111001 | 1000001 | 0 | 1101 | 11111000 | 1000110 | 111011 |
Color Harmonies of #604DDF
Complementary color
Monochromatic Colors of #604DDF
Black with #604DDF
Text Example
Text Example
White with #604DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604DDF; }
p { color: rgb(96,77,223); }
H1.HeaderClassName
{
color: #604DDF;
}
.AnyTagClassName
{
color: #604DDF;
}
</style>
background-color css
<style>
a { background-color: #604DDF; }
a { background-color: rgb(96,77,223); }
div.DivClassName
{
background-color: #604DDF;
}
.BgClassName
{
background-color: #604DDF;
}
</style>
border-color css
<style>
span { border-color: #604DDF; }
span { border-color: rgb(96,77,223); }
td.TdClassName
{
border-color: #604DDF;
}
.TagClassName
{
border-color: #604DDF;
}
</style>