Shades of Chetwode Blue #616FB5
Tints of Chetwode Blue #616FB5
RGB
CMYK
RGB Variations
Color information
#616FB5 (or 0x616FB5) is known color: Chetwode Blue. HEX triplet: 61, 6F and B5. RGB value is (97,111,181). Sum of RGB (Red+Green+Blue) = 97+111+181=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #616FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FB5 is #9E904A. Grayscale: #727272. Windows color (decimal): -10391627 or 11890529. OLE color: 11890529.
HSL color Cylindrical-coordinate representation of color #616FB5: hue angle of 230º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616FB5 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 111 | 181 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.29 |
| HSL | 230º | 0.36% | 0.55% | - |
| HSV(B) | 230º | 0.46% | 0.71% | - |
| XYZ | 18.95 | 17.25 | 46.05 | - |
| YUV | 114.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 181 | 0.46 | 0.39 | 0 | 0.29 | 230 | 0.36 | 0.55 |
| Hex | 61 | 6F | B5 | 2E | 27 | 0 | 1D | E6 | 24 | 37 |
| Octal | 141 | 157 | 265 | 56 | 47 | 0 | 35 | 346 | 44 | 67 |
| Binary | 1100001 | 1101111 | 10110101 | 101110 | 100111 | 0 | 11101 | 11100110 | 100100 | 110111 |
Color Harmonies of #616FB5
Complementary color
Monochromatic Colors of #616FB5
Black with #616FB5
Text Example
Text Example
White with #616FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616FB5; }
p { color: rgb(97,111,181); }
H1.HeaderClassName
{
color: #616FB5;
}
.AnyTagClassName
{
color: #616FB5;
}
</style>
background-color css
<style>
a { background-color: #616FB5; }
a { background-color: rgb(97,111,181); }
div.DivClassName
{
background-color: #616FB5;
}
.BgClassName
{
background-color: #616FB5;
}
</style>
border-color css
<style>
span { border-color: #616FB5; }
span { border-color: rgb(97,111,181); }
td.TdClassName
{
border-color: #616FB5;
}
.TagClassName
{
border-color: #616FB5;
}
</style>