Shades of Slate Blue #6167CF
Tints of Slate Blue #6167CF
RGB
CMYK
RGB Variations
Color information
#6167CF (or 0x6167CF) is known color: Slate Blue. HEX triplet: 61, 67 and CF. RGB value is (97,103,207). Sum of RGB (Red+Green+Blue) = 97+103+207=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #6167CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167CF is #9E9830. Grayscale: #707070. Windows color (decimal): -10393649 or 13592417. OLE color: 13592417.
HSL color Cylindrical-coordinate representation of color #6167CF: hue angle of 236.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6167CF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 103 | 207 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.19 |
| HSL | 236.73º | 0.53% | 0.6% | - |
| HSV(B) | 236.73º | 0.53% | 0.81% | - |
| XYZ | 21.04 | 16.75 | 61.15 | - |
| YUV | 113.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 207 | 0.53 | 0.50 | 0 | 0.19 | 236.73 | 0.53 | 0.6 |
| Hex | 61 | 67 | CF | 35 | 32 | 0 | 13 | ED | 35 | 3C |
| Octal | 141 | 147 | 317 | 65 | 62 | 0 | 23 | 355 | 65 | 74 |
| Binary | 1100001 | 1100111 | 11001111 | 110101 | 110010 | 0 | 10011 | 11101101 | 110101 | 111100 |
Color Harmonies of #6167CF
Complementary color
Monochromatic Colors of #6167CF
Black with #6167CF
Text Example
Text Example
White with #6167CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167CF; }
p { color: rgb(97,103,207); }
H1.HeaderClassName
{
color: #6167CF;
}
.AnyTagClassName
{
color: #6167CF;
}
</style>
background-color css
<style>
a { background-color: #6167CF; }
a { background-color: rgb(97,103,207); }
div.DivClassName
{
background-color: #6167CF;
}
.BgClassName
{
background-color: #6167CF;
}
</style>
border-color css
<style>
span { border-color: #6167CF; }
span { border-color: rgb(97,103,207); }
td.TdClassName
{
border-color: #6167CF;
}
.TagClassName
{
border-color: #6167CF;
}
</style>