Shades of Chetwode Blue #616DBC
Tints of Chetwode Blue #616DBC
RGB
CMYK
RGB Variations
Color information
#616DBC (or 0x616DBC) is known color: Chetwode Blue. HEX triplet: 61, 6D and BC. RGB value is (97,109,188). Sum of RGB (Red+Green+Blue) = 97+109+188=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #616DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DBC is #9E9243. Grayscale: #727272. Windows color (decimal): -10392132 or 12348769. OLE color: 12348769.
HSL color Cylindrical-coordinate representation of color #616DBC: hue angle of 232.09º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616DBC is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 109 | 188 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.26 |
| HSL | 232.09º | 0.4% | 0.56% | - |
| HSV(B) | 232.09º | 0.48% | 0.74% | - |
| XYZ | 19.48 | 17.11 | 49.85 | - |
| YUV | 114.42 | 169.52 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 188 | 0.48 | 0.42 | 0 | 0.26 | 232.09 | 0.4 | 0.56 |
| Hex | 61 | 6D | BC | 30 | 2A | 0 | 1A | E8 | 28 | 38 |
| Octal | 141 | 155 | 274 | 60 | 52 | 0 | 32 | 350 | 50 | 70 |
| Binary | 1100001 | 1101101 | 10111100 | 110000 | 101010 | 0 | 11010 | 11101000 | 101000 | 111000 |
Color Harmonies of #616DBC
Complementary color
Monochromatic Colors of #616DBC
Black with #616DBC
Text Example
Text Example
White with #616DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DBC; }
p { color: rgb(97,109,188); }
H1.HeaderClassName
{
color: #616DBC;
}
.AnyTagClassName
{
color: #616DBC;
}
</style>
background-color css
<style>
a { background-color: #616DBC; }
a { background-color: rgb(97,109,188); }
div.DivClassName
{
background-color: #616DBC;
}
.BgClassName
{
background-color: #616DBC;
}
</style>
border-color css
<style>
span { border-color: #616DBC; }
span { border-color: rgb(97,109,188); }
td.TdClassName
{
border-color: #616DBC;
}
.TagClassName
{
border-color: #616DBC;
}
</style>