Shades of Chetwode Blue #6166AF
Tints of Chetwode Blue #6166AF
RGB
CMYK
RGB Variations
Color information
#6166AF (or 0x6166AF) is known color: Chetwode Blue. HEX triplet: 61, 66 and AF. RGB value is (97,102,175). Sum of RGB (Red+Green+Blue) = 97+102+175=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #6166AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6166AF is #9E9950. Grayscale: #6C6C6C. Windows color (decimal): -10393937 or 11495009. OLE color: 11495009.
HSL color Cylindrical-coordinate representation of color #6166AF: hue angle of 236.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6166AF is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 102 | 175 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.31 |
| HSL | 236.15º | 0.33% | 0.53% | - |
| HSV(B) | 236.15º | 0.45% | 0.69% | - |
| XYZ | 17.42 | 15.14 | 42.56 | - |
| YUV | 108.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 175 | 0.45 | 0.42 | 0 | 0.31 | 236.15 | 0.33 | 0.53 |
| Hex | 61 | 66 | AF | 2D | 2A | 0 | 1F | EC | 21 | 35 |
| Octal | 141 | 146 | 257 | 55 | 52 | 0 | 37 | 354 | 41 | 65 |
| Binary | 1100001 | 1100110 | 10101111 | 101101 | 101010 | 0 | 11111 | 11101100 | 100001 | 110101 |
Color Harmonies of #6166AF
Complementary color
Monochromatic Colors of #6166AF
Black with #6166AF
Text Example
Text Example
White with #6166AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166AF; }
p { color: rgb(97,102,175); }
H1.HeaderClassName
{
color: #6166AF;
}
.AnyTagClassName
{
color: #6166AF;
}
</style>
background-color css
<style>
a { background-color: #6166AF; }
a { background-color: rgb(97,102,175); }
div.DivClassName
{
background-color: #6166AF;
}
.BgClassName
{
background-color: #6166AF;
}
</style>
border-color css
<style>
span { border-color: #6166AF; }
span { border-color: rgb(97,102,175); }
td.TdClassName
{
border-color: #6166AF;
}
.TagClassName
{
border-color: #6166AF;
}
</style>