Shades of Slate Blue #6067DF
Tints of Slate Blue #6067DF
RGB
CMYK
RGB Variations
Color information
#6067DF (or 0x6067DF) is known color: Slate Blue. HEX triplet: 60, 67 and DF. RGB value is (96,103,223). Sum of RGB (Red+Green+Blue) = 96+103+223=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6067DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6067DF is #9F9820. Grayscale: #727272. Windows color (decimal): -10459169 or 14640992. OLE color: 14640992.
HSL color Cylindrical-coordinate representation of color #6067DF: hue angle of 236.69º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6067DF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 103 | 223 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.13 |
| HSL | 236.69º | 0.66% | 0.63% | - |
| HSV(B) | 236.69º | 0.57% | 0.87% | - |
| XYZ | 22.99 | 17.52 | 71.98 | - |
| YUV | 114.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 223 | 0.57 | 0.54 | 0 | 0.13 | 236.69 | 0.66 | 0.63 |
| Hex | 60 | 67 | DF | 39 | 36 | 0 | D | ED | 42 | 3F |
| Octal | 140 | 147 | 337 | 71 | 66 | 0 | 15 | 355 | 102 | 77 |
| Binary | 1100000 | 1100111 | 11011111 | 111001 | 110110 | 0 | 1101 | 11101101 | 1000010 | 111111 |
Color Harmonies of #6067DF
Complementary color
Monochromatic Colors of #6067DF
Black with #6067DF
Text Example
Text Example
White with #6067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6067DF; }
p { color: rgb(96,103,223); }
H1.HeaderClassName
{
color: #6067DF;
}
.AnyTagClassName
{
color: #6067DF;
}
</style>
background-color css
<style>
a { background-color: #6067DF; }
a { background-color: rgb(96,103,223); }
div.DivClassName
{
background-color: #6067DF;
}
.BgClassName
{
background-color: #6067DF;
}
</style>
border-color css
<style>
span { border-color: #6067DF; }
span { border-color: rgb(96,103,223); }
td.TdClassName
{
border-color: #6067DF;
}
.TagClassName
{
border-color: #6067DF;
}
</style>