Shades of Chetwode Blue #616FB2
Tints of Chetwode Blue #616FB2
RGB
CMYK
RGB Variations
Color information
#616FB2 (or 0x616FB2) is known color: Chetwode Blue. HEX triplet: 61, 6F and B2. RGB value is (97,111,178). Sum of RGB (Red+Green+Blue) = 97+111+178=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #616FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FB2 is #9E904D. Grayscale: #727272. Windows color (decimal): -10391630 or 11693921. OLE color: 11693921.
HSL color Cylindrical-coordinate representation of color #616FB2: hue angle of 229.63º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616FB2 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 111 | 178 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.30 |
| HSL | 229.63º | 0.34% | 0.54% | - |
| HSV(B) | 229.63º | 0.46% | 0.7% | - |
| XYZ | 18.65 | 17.12 | 44.44 | - |
| YUV | 114.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 178 | 0.46 | 0.38 | 0 | 0.30 | 229.63 | 0.34 | 0.54 |
| Hex | 61 | 6F | B2 | 2E | 26 | 0 | 1E | E6 | 22 | 36 |
| Octal | 141 | 157 | 262 | 56 | 46 | 0 | 36 | 346 | 42 | 66 |
| Binary | 1100001 | 1101111 | 10110010 | 101110 | 100110 | 0 | 11110 | 11100110 | 100010 | 110110 |
Color Harmonies of #616FB2
Complementary color
Monochromatic Colors of #616FB2
Black with #616FB2
Text Example
Text Example
White with #616FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FB2; }
p { color: rgb(97,111,178); }
H1.HeaderClassName
{
color: #616FB2;
}
.AnyTagClassName
{
color: #616FB2;
}
</style>
background-color css
<style>
a { background-color: #616FB2; }
a { background-color: rgb(97,111,178); }
div.DivClassName
{
background-color: #616FB2;
}
.BgClassName
{
background-color: #616FB2;
}
</style>
border-color css
<style>
span { border-color: #616FB2; }
span { border-color: rgb(97,111,178); }
td.TdClassName
{
border-color: #616FB2;
}
.TagClassName
{
border-color: #616FB2;
}
</style>