Shades of Slate Blue #6167CC
Tints of Slate Blue #6167CC
RGB
CMYK
RGB Variations
Color information
#6167CC (or 0x6167CC) is known color: Slate Blue. HEX triplet: 61, 67 and CC. RGB value is (97,103,204). Sum of RGB (Red+Green+Blue) = 97+103+204=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6167CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6167CC is #9E9833. Grayscale: #707070. Windows color (decimal): -10393652 or 13395809. OLE color: 13395809.
HSL color Cylindrical-coordinate representation of color #6167CC: hue angle of 236.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6167CC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 103 | 204 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.2 |
| HSL | 236.64º | 0.51% | 0.59% | - |
| HSV(B) | 236.64º | 0.52% | 0.8% | - |
| XYZ | 20.68 | 16.6 | 59.24 | - |
| YUV | 112.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 204 | 0.52 | 0.50 | 0 | 0.2 | 236.64 | 0.51 | 0.59 |
| Hex | 61 | 67 | CC | 34 | 32 | 0 | 14 | ED | 33 | 3B |
| Octal | 141 | 147 | 314 | 64 | 62 | 0 | 24 | 355 | 63 | 73 |
| Binary | 1100001 | 1100111 | 11001100 | 110100 | 110010 | 0 | 10100 | 11101101 | 110011 | 111011 |
Color Harmonies of #6167CC
Complementary color
Monochromatic Colors of #6167CC
Black with #6167CC
Text Example
Text Example
White with #6167CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6167CC; }
p { color: rgb(97,103,204); }
H1.HeaderClassName
{
color: #6167CC;
}
.AnyTagClassName
{
color: #6167CC;
}
</style>
background-color css
<style>
a { background-color: #6167CC; }
a { background-color: rgb(97,103,204); }
div.DivClassName
{
background-color: #6167CC;
}
.BgClassName
{
background-color: #6167CC;
}
</style>
border-color css
<style>
span { border-color: #6167CC; }
span { border-color: rgb(97,103,204); }
td.TdClassName
{
border-color: #6167CC;
}
.TagClassName
{
border-color: #6167CC;
}
</style>