Shades of Slate Blue #604BDA
Tints of Slate Blue #604BDA
RGB
CMYK
RGB Variations
Color information
#604BDA (or 0x604BDA) is known color: Slate Blue. HEX triplet: 60, 4B and DA. RGB value is (96,75,218). Sum of RGB (Red+Green+Blue) = 96+75+218=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #604BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BDA is #9FB425. Grayscale: #616161. Windows color (decimal): -10466342 or 14306144. OLE color: 14306144.
HSL color Cylindrical-coordinate representation of color #604BDA: hue angle of 248.81º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604BDA is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 75 | 218 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.15 |
| HSL | 248.81º | 0.66% | 0.57% | - |
| HSV(B) | 248.81º | 0.66% | 0.85% | - |
| XYZ | 19.99 | 12.58 | 67.7 | - |
| YUV | 97.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 218 | 0.56 | 0.66 | 0 | 0.15 | 248.81 | 0.66 | 0.57 |
| Hex | 60 | 4B | DA | 38 | 42 | 0 | F | F9 | 42 | 39 |
| Octal | 140 | 113 | 332 | 70 | 102 | 0 | 17 | 371 | 102 | 71 |
| Binary | 1100000 | 1001011 | 11011010 | 111000 | 1000010 | 0 | 1111 | 11111001 | 1000010 | 111001 |
Color Harmonies of #604BDA
Complementary color
Monochromatic Colors of #604BDA
Black with #604BDA
Text Example
Text Example
White with #604BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604BDA; }
p { color: rgb(96,75,218); }
H1.HeaderClassName
{
color: #604BDA;
}
.AnyTagClassName
{
color: #604BDA;
}
</style>
background-color css
<style>
a { background-color: #604BDA; }
a { background-color: rgb(96,75,218); }
div.DivClassName
{
background-color: #604BDA;
}
.BgClassName
{
background-color: #604BDA;
}
</style>
border-color css
<style>
span { border-color: #604BDA; }
span { border-color: rgb(96,75,218); }
td.TdClassName
{
border-color: #604BDA;
}
.TagClassName
{
border-color: #604BDA;
}
</style>