Shades of Slate Blue #6167DF
Tints of Slate Blue #6167DF
RGB
CMYK
RGB Variations
Color information
#6167DF (or 0x6167DF) is known color: Slate Blue. HEX triplet: 61, 67 and DF. RGB value is (97,103,223). Sum of RGB (Red+Green+Blue) = 97+103+223=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #6167DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167DF is #9E9820. Grayscale: #727272. Windows color (decimal): -10393633 or 14640993. OLE color: 14640993.
HSL color Cylindrical-coordinate representation of color #6167DF: hue angle of 237.14º 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 #6167DF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 103 | 223 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.13 |
| HSL | 237.14º | 0.66% | 0.63% | - |
| HSV(B) | 237.14º | 0.57% | 0.87% | - |
| XYZ | 23.1 | 17.57 | 71.99 | - |
| YUV | 114.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 223 | 0.57 | 0.54 | 0 | 0.13 | 237.14 | 0.66 | 0.63 |
| Hex | 61 | 67 | DF | 39 | 36 | 0 | D | ED | 42 | 3F |
| Octal | 141 | 147 | 337 | 71 | 66 | 0 | 15 | 355 | 102 | 77 |
| Binary | 1100001 | 1100111 | 11011111 | 111001 | 110110 | 0 | 1101 | 11101101 | 1000010 | 111111 |
Color Harmonies of #6167DF
Complementary color
Monochromatic Colors of #6167DF
Black with #6167DF
Text Example
Text Example
White with #6167DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167DF; }
p { color: rgb(97,103,223); }
H1.HeaderClassName
{
color: #6167DF;
}
.AnyTagClassName
{
color: #6167DF;
}
</style>
background-color css
<style>
a { background-color: #6167DF; }
a { background-color: rgb(97,103,223); }
div.DivClassName
{
background-color: #6167DF;
}
.BgClassName
{
background-color: #6167DF;
}
</style>
border-color css
<style>
span { border-color: #6167DF; }
span { border-color: rgb(97,103,223); }
td.TdClassName
{
border-color: #6167DF;
}
.TagClassName
{
border-color: #6167DF;
}
</style>