Shades of Slate Blue #6061D3
Tints of Slate Blue #6061D3
RGB
CMYK
RGB Variations
Color information
#6061D3 (or 0x6061D3) is known color: Slate Blue. HEX triplet: 60, 61 and D3. RGB value is (96,97,211). Sum of RGB (Red+Green+Blue) = 96+97+211=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #6061D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061D3 is #9F9E2C. Grayscale: #6D6D6D. Windows color (decimal): -10460717 or 13853024. OLE color: 13853024.
HSL color Cylindrical-coordinate representation of color #6061D3: hue angle of 239.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6061D3 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 97 | 211 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.17 |
| HSL | 239.48º | 0.57% | 0.6% | - |
| HSV(B) | 239.48º | 0.55% | 0.83% | - |
| XYZ | 20.86 | 15.74 | 63.57 | - |
| YUV | 109.7 | 185.17 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 211 | 0.55 | 0.54 | 0 | 0.17 | 239.48 | 0.57 | 0.6 |
| Hex | 60 | 61 | D3 | 37 | 36 | 0 | 11 | EF | 39 | 3C |
| Octal | 140 | 141 | 323 | 67 | 66 | 0 | 21 | 357 | 71 | 74 |
| Binary | 1100000 | 1100001 | 11010011 | 110111 | 110110 | 0 | 10001 | 11101111 | 111001 | 111100 |
Color Harmonies of #6061D3
Complementary color
Monochromatic Colors of #6061D3
Black with #6061D3
Text Example
Text Example
White with #6061D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6061D3; }
p { color: rgb(96,97,211); }
H1.HeaderClassName
{
color: #6061D3;
}
.AnyTagClassName
{
color: #6061D3;
}
</style>
background-color css
<style>
a { background-color: #6061D3; }
a { background-color: rgb(96,97,211); }
div.DivClassName
{
background-color: #6061D3;
}
.BgClassName
{
background-color: #6061D3;
}
</style>
border-color css
<style>
span { border-color: #6061D3; }
span { border-color: rgb(96,97,211); }
td.TdClassName
{
border-color: #6061D3;
}
.TagClassName
{
border-color: #6061D3;
}
</style>