Shades of Chetwode Blue #616DBD
Tints of Chetwode Blue #616DBD
RGB
CMYK
RGB Variations
Color information
#616DBD (or 0x616DBD) is known color: Chetwode Blue. HEX triplet: 61, 6D and BD. RGB value is (97,109,189). Sum of RGB (Red+Green+Blue) = 97+109+189=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #616DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DBD is #9E9242. Grayscale: #727272. Windows color (decimal): -10392131 or 12414305. OLE color: 12414305.
HSL color Cylindrical-coordinate representation of color #616DBD: hue angle of 232.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616DBD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 109 | 189 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.26 |
| HSL | 232.17º | 0.41% | 0.56% | - |
| HSV(B) | 232.17º | 0.49% | 0.74% | - |
| XYZ | 19.58 | 17.15 | 50.42 | - |
| YUV | 114.53 | 170.02 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 189 | 0.49 | 0.42 | 0 | 0.26 | 232.17 | 0.41 | 0.56 |
| Hex | 61 | 6D | BD | 31 | 2A | 0 | 1A | E8 | 29 | 38 |
| Octal | 141 | 155 | 275 | 61 | 52 | 0 | 32 | 350 | 51 | 70 |
| Binary | 1100001 | 1101101 | 10111101 | 110001 | 101010 | 0 | 11010 | 11101000 | 101001 | 111000 |
Color Harmonies of #616DBD
Complementary color
Monochromatic Colors of #616DBD
Black with #616DBD
Text Example
Text Example
White with #616DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DBD; }
p { color: rgb(97,109,189); }
H1.HeaderClassName
{
color: #616DBD;
}
.AnyTagClassName
{
color: #616DBD;
}
</style>
background-color css
<style>
a { background-color: #616DBD; }
a { background-color: rgb(97,109,189); }
div.DivClassName
{
background-color: #616DBD;
}
.BgClassName
{
background-color: #616DBD;
}
</style>
border-color css
<style>
span { border-color: #616DBD; }
span { border-color: rgb(97,109,189); }
td.TdClassName
{
border-color: #616DBD;
}
.TagClassName
{
border-color: #616DBD;
}
</style>