Shades of Chetwode Blue #616CA8
Tints of Chetwode Blue #616CA8
RGB
CMYK
RGB Variations
Color information
#616CA8 (or 0x616CA8) is known color: Chetwode Blue. HEX triplet: 61, 6C and A8. RGB value is (97,108,168). Sum of RGB (Red+Green+Blue) = 97+108+168=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #616CA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616CA8 is #9E9357. Grayscale: #6F6F6F. Windows color (decimal): -10392408 or 11037793. OLE color: 11037793.
HSL color Cylindrical-coordinate representation of color #616CA8: hue angle of 230.7º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #616CA8 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 108 | 168 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.34 |
| HSL | 230.7º | 0.29% | 0.52% | - |
| HSV(B) | 230.7º | 0.42% | 0.66% | - |
| XYZ | 17.36 | 16.09 | 39.24 | - |
| YUV | 111.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 168 | 0.42 | 0.36 | 0 | 0.34 | 230.7 | 0.29 | 0.52 |
| Hex | 61 | 6C | A8 | 2A | 24 | 0 | 22 | E7 | 1D | 34 |
| Octal | 141 | 154 | 250 | 52 | 44 | 0 | 42 | 347 | 35 | 64 |
| Binary | 1100001 | 1101100 | 10101000 | 101010 | 100100 | 0 | 100010 | 11100111 | 11101 | 110100 |
Color Harmonies of #616CA8
Complementary color
Monochromatic Colors of #616CA8
Black with #616CA8
Text Example
Text Example
White with #616CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616CA8; }
p { color: rgb(97,108,168); }
H1.HeaderClassName
{
color: #616CA8;
}
.AnyTagClassName
{
color: #616CA8;
}
</style>
background-color css
<style>
a { background-color: #616CA8; }
a { background-color: rgb(97,108,168); }
div.DivClassName
{
background-color: #616CA8;
}
.BgClassName
{
background-color: #616CA8;
}
</style>
border-color css
<style>
span { border-color: #616CA8; }
span { border-color: rgb(97,108,168); }
td.TdClassName
{
border-color: #616CA8;
}
.TagClassName
{
border-color: #616CA8;
}
</style>