Shades of Chetwode Blue #616DB7
Tints of Chetwode Blue #616DB7
RGB
CMYK
RGB Variations
Color information
#616DB7 (or 0x616DB7) is known color: Chetwode Blue. HEX triplet: 61, 6D and B7. RGB value is (97,109,183). Sum of RGB (Red+Green+Blue) = 97+109+183=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #616DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB7 is #9E9248. Grayscale: #717171. Windows color (decimal): -10392137 or 12021089. OLE color: 12021089.
HSL color Cylindrical-coordinate representation of color #616DB7: hue angle of 231.63º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #616DB7 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 109 | 183 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.28 |
| HSL | 231.63º | 0.37% | 0.55% | - |
| HSV(B) | 231.63º | 0.47% | 0.72% | - |
| XYZ | 18.95 | 16.9 | 47.06 | - |
| YUV | 113.85 | 167.02 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 183 | 0.47 | 0.40 | 0 | 0.28 | 231.63 | 0.37 | 0.55 |
| Hex | 61 | 6D | B7 | 2F | 28 | 0 | 1C | E8 | 25 | 37 |
| Octal | 141 | 155 | 267 | 57 | 50 | 0 | 34 | 350 | 45 | 67 |
| Binary | 1100001 | 1101101 | 10110111 | 101111 | 101000 | 0 | 11100 | 11101000 | 100101 | 110111 |
Color Harmonies of #616DB7
Complementary color
Monochromatic Colors of #616DB7
Black with #616DB7
Text Example
Text Example
White with #616DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DB7; }
p { color: rgb(97,109,183); }
H1.HeaderClassName
{
color: #616DB7;
}
.AnyTagClassName
{
color: #616DB7;
}
</style>
background-color css
<style>
a { background-color: #616DB7; }
a { background-color: rgb(97,109,183); }
div.DivClassName
{
background-color: #616DB7;
}
.BgClassName
{
background-color: #616DB7;
}
</style>
border-color css
<style>
span { border-color: #616DB7; }
span { border-color: rgb(97,109,183); }
td.TdClassName
{
border-color: #616DB7;
}
.TagClassName
{
border-color: #616DB7;
}
</style>