Shades of Chetwode Blue #6166B9
Tints of Chetwode Blue #6166B9
RGB
CMYK
RGB Variations
Color information
#6166B9 (or 0x6166B9) is known color: Chetwode Blue. HEX triplet: 61, 66 and B9. RGB value is (97,102,185). Sum of RGB (Red+Green+Blue) = 97+102+185=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #6166B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6166B9 is #9E9946. Grayscale: #6D6D6D. Windows color (decimal): -10393927 or 12150369. OLE color: 12150369.
HSL color Cylindrical-coordinate representation of color #6166B9: hue angle of 236.59º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6166B9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 102 | 185 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.27 |
| HSL | 236.59º | 0.39% | 0.55% | - |
| HSV(B) | 236.59º | 0.48% | 0.73% | - |
| XYZ | 18.44 | 15.55 | 47.93 | - |
| YUV | 109.97 | 170.34 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 185 | 0.48 | 0.45 | 0 | 0.27 | 236.59 | 0.39 | 0.55 |
| Hex | 61 | 66 | B9 | 30 | 2D | 0 | 1B | ED | 27 | 37 |
| Octal | 141 | 146 | 271 | 60 | 55 | 0 | 33 | 355 | 47 | 67 |
| Binary | 1100001 | 1100110 | 10111001 | 110000 | 101101 | 0 | 11011 | 11101101 | 100111 | 110111 |
Color Harmonies of #6166B9
Complementary color
Monochromatic Colors of #6166B9
Black with #6166B9
Text Example
Text Example
White with #6166B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166B9; }
p { color: rgb(97,102,185); }
H1.HeaderClassName
{
color: #6166B9;
}
.AnyTagClassName
{
color: #6166B9;
}
</style>
background-color css
<style>
a { background-color: #6166B9; }
a { background-color: rgb(97,102,185); }
div.DivClassName
{
background-color: #6166B9;
}
.BgClassName
{
background-color: #6166B9;
}
</style>
border-color css
<style>
span { border-color: #6166B9; }
span { border-color: rgb(97,102,185); }
td.TdClassName
{
border-color: #6166B9;
}
.TagClassName
{
border-color: #6166B9;
}
</style>