Shades of Chetwode Blue #616FB0
Tints of Chetwode Blue #616FB0
RGB
CMYK
RGB Variations
Color information
#616FB0 (or 0x616FB0) is known color: Chetwode Blue. HEX triplet: 61, 6F and B0. RGB value is (97,111,176). Sum of RGB (Red+Green+Blue) = 97+111+176=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #616FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FB0 is #9E904F. Grayscale: #717171. Windows color (decimal): -10391632 or 11562849. OLE color: 11562849.
HSL color Cylindrical-coordinate representation of color #616FB0: hue angle of 229.37º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616FB0 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 111 | 176 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.31 |
| HSL | 229.37º | 0.33% | 0.54% | - |
| HSV(B) | 229.37º | 0.45% | 0.69% | - |
| XYZ | 18.45 | 17.04 | 43.39 | - |
| YUV | 114.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 176 | 0.45 | 0.37 | 0 | 0.31 | 229.37 | 0.33 | 0.54 |
| Hex | 61 | 6F | B0 | 2D | 25 | 0 | 1F | E5 | 21 | 36 |
| Octal | 141 | 157 | 260 | 55 | 45 | 0 | 37 | 345 | 41 | 66 |
| Binary | 1100001 | 1101111 | 10110000 | 101101 | 100101 | 0 | 11111 | 11100101 | 100001 | 110110 |
Color Harmonies of #616FB0
Complementary color
Monochromatic Colors of #616FB0
Black with #616FB0
Text Example
Text Example
White with #616FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FB0; }
p { color: rgb(97,111,176); }
H1.HeaderClassName
{
color: #616FB0;
}
.AnyTagClassName
{
color: #616FB0;
}
</style>
background-color css
<style>
a { background-color: #616FB0; }
a { background-color: rgb(97,111,176); }
div.DivClassName
{
background-color: #616FB0;
}
.BgClassName
{
background-color: #616FB0;
}
</style>
border-color css
<style>
span { border-color: #616FB0; }
span { border-color: rgb(97,111,176); }
td.TdClassName
{
border-color: #616FB0;
}
.TagClassName
{
border-color: #616FB0;
}
</style>