Shades of Slate Blue #604BC2
Tints of Slate Blue #604BC2
RGB
CMYK
RGB Variations
Color information
#604BC2 (or 0x604BC2) is known color: Slate Blue. HEX triplet: 60, 4B and C2. RGB value is (96,75,194). Sum of RGB (Red+Green+Blue) = 96+75+194=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 194 (76.17% from 255 or 53.15% from 365); Max value from RGB is 194 - color contains mainly: blue. Hex color #604BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BC2 is #9FB43D. Grayscale: #5E5E5E. Windows color (decimal): -10466366 or 12733280. OLE color: 12733280.
HSL color Cylindrical-coordinate representation of color #604BC2: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604BC2 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 75 | 194 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.24 |
| HSL | 250.59º | 0.49% | 0.53% | - |
| HSV(B) | 250.59º | 0.61% | 0.76% | - |
| XYZ | 17.08 | 11.41 | 52.34 | - |
| YUV | 94.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 194 | 0.51 | 0.61 | 0 | 0.24 | 250.59 | 0.49 | 0.53 |
| Hex | 60 | 4B | C2 | 33 | 3D | 0 | 18 | FB | 31 | 35 |
| Octal | 140 | 113 | 302 | 63 | 75 | 0 | 30 | 373 | 61 | 65 |
| Binary | 1100000 | 1001011 | 11000010 | 110011 | 111101 | 0 | 11000 | 11111011 | 110001 | 110101 |
Color Harmonies of #604BC2
Complementary color
Monochromatic Colors of #604BC2
Black with #604BC2
Text Example
Text Example
White with #604BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604BC2; }
p { color: rgb(96,75,194); }
H1.HeaderClassName
{
color: #604BC2;
}
.AnyTagClassName
{
color: #604BC2;
}
</style>
background-color css
<style>
a { background-color: #604BC2; }
a { background-color: rgb(96,75,194); }
div.DivClassName
{
background-color: #604BC2;
}
.BgClassName
{
background-color: #604BC2;
}
</style>
border-color css
<style>
span { border-color: #604BC2; }
span { border-color: rgb(96,75,194); }
td.TdClassName
{
border-color: #604BC2;
}
.TagClassName
{
border-color: #604BC2;
}
</style>