Shades of Slate Blue #6166CD
Tints of Slate Blue #6166CD
RGB
CMYK
RGB Variations
Color information
#6166CD (or 0x6166CD) is known color: Slate Blue. HEX triplet: 61, 66 and CD. RGB value is (97,102,205). Sum of RGB (Red+Green+Blue) = 97+102+205=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #6166CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166CD is #9E9932. Grayscale: #6F6F6F. Windows color (decimal): -10393907 or 13461089. OLE color: 13461089.
HSL color Cylindrical-coordinate representation of color #6166CD: hue angle of 237.22º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6166CD is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 102 | 205 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.20 |
| HSL | 237.22º | 0.52% | 0.59% | - |
| HSV(B) | 237.22º | 0.53% | 0.8% | - |
| XYZ | 20.7 | 16.45 | 59.84 | - |
| YUV | 112.25 | 180.34 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 205 | 0.53 | 0.50 | 0 | 0.20 | 237.22 | 0.52 | 0.59 |
| Hex | 61 | 66 | CD | 35 | 32 | 0 | 14 | ED | 34 | 3B |
| Octal | 141 | 146 | 315 | 65 | 62 | 0 | 24 | 355 | 64 | 73 |
| Binary | 1100001 | 1100110 | 11001101 | 110101 | 110010 | 0 | 10100 | 11101101 | 110100 | 111011 |
Color Harmonies of #6166CD
Complementary color
Monochromatic Colors of #6166CD
Black with #6166CD
Text Example
Text Example
White with #6166CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166CD; }
p { color: rgb(97,102,205); }
H1.HeaderClassName
{
color: #6166CD;
}
.AnyTagClassName
{
color: #6166CD;
}
</style>
background-color css
<style>
a { background-color: #6166CD; }
a { background-color: rgb(97,102,205); }
div.DivClassName
{
background-color: #6166CD;
}
.BgClassName
{
background-color: #6166CD;
}
</style>
border-color css
<style>
span { border-color: #6166CD; }
span { border-color: rgb(97,102,205); }
td.TdClassName
{
border-color: #6166CD;
}
.TagClassName
{
border-color: #6166CD;
}
</style>