Shades of Chetwode Blue #6166AB
Tints of Chetwode Blue #6166AB
RGB
CMYK
RGB Variations
Color information
#6166AB (or 0x6166AB) is known color: Chetwode Blue. HEX triplet: 61, 66 and AB. RGB value is (97,102,171). Sum of RGB (Red+Green+Blue) = 97+102+171=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6166AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6166AB is #9E9954. Grayscale: #6C6C6C. Windows color (decimal): -10393941 or 11232865. OLE color: 11232865.
HSL color Cylindrical-coordinate representation of color #6166AB: hue angle of 235.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6166AB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 102 | 171 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.33 |
| HSL | 235.95º | 0.31% | 0.53% | - |
| HSV(B) | 235.95º | 0.43% | 0.67% | - |
| XYZ | 17.03 | 14.98 | 40.52 | - |
| YUV | 108.37 | 163.34 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 171 | 0.43 | 0.40 | 0 | 0.33 | 235.95 | 0.31 | 0.53 |
| Hex | 61 | 66 | AB | 2B | 28 | 0 | 21 | EC | 1F | 35 |
| Octal | 141 | 146 | 253 | 53 | 50 | 0 | 41 | 354 | 37 | 65 |
| Binary | 1100001 | 1100110 | 10101011 | 101011 | 101000 | 0 | 100001 | 11101100 | 11111 | 110101 |
Color Harmonies of #6166AB
Complementary color
Monochromatic Colors of #6166AB
Black with #6166AB
Text Example
Text Example
White with #6166AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166AB; }
p { color: rgb(97,102,171); }
H1.HeaderClassName
{
color: #6166AB;
}
.AnyTagClassName
{
color: #6166AB;
}
</style>
background-color css
<style>
a { background-color: #6166AB; }
a { background-color: rgb(97,102,171); }
div.DivClassName
{
background-color: #6166AB;
}
.BgClassName
{
background-color: #6166AB;
}
</style>
border-color css
<style>
span { border-color: #6166AB; }
span { border-color: rgb(97,102,171); }
td.TdClassName
{
border-color: #6166AB;
}
.TagClassName
{
border-color: #6166AB;
}
</style>