Shades of Chetwode Blue #616BC8
Tints of Chetwode Blue #616BC8
RGB
CMYK
RGB Variations
Color information
#616BC8 (or 0x616BC8) is known color: Chetwode Blue. HEX triplet: 61, 6B and C8. RGB value is (97,107,200). Sum of RGB (Red+Green+Blue) = 97+107+200=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #616BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BC8 is #9E9437. Grayscale: #727272. Windows color (decimal): -10392632 or 13134689. OLE color: 13134689.
HSL color Cylindrical-coordinate representation of color #616BC8: hue angle of 234.17º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #616BC8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 107 | 200 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.22 |
| HSL | 234.17º | 0.48% | 0.58% | - |
| HSV(B) | 234.17º | 0.52% | 0.78% | - |
| XYZ | 20.61 | 17.23 | 56.88 | - |
| YUV | 114.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 200 | 0.52 | 0.46 | 0 | 0.22 | 234.17 | 0.48 | 0.58 |
| Hex | 61 | 6B | C8 | 34 | 2E | 0 | 16 | EA | 30 | 3A |
| Octal | 141 | 153 | 310 | 64 | 56 | 0 | 26 | 352 | 60 | 72 |
| Binary | 1100001 | 1101011 | 11001000 | 110100 | 101110 | 0 | 10110 | 11101010 | 110000 | 111010 |
Color Harmonies of #616BC8
Complementary color
Monochromatic Colors of #616BC8
Black with #616BC8
Text Example
Text Example
White with #616BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BC8; }
p { color: rgb(97,107,200); }
H1.HeaderClassName
{
color: #616BC8;
}
.AnyTagClassName
{
color: #616BC8;
}
</style>
background-color css
<style>
a { background-color: #616BC8; }
a { background-color: rgb(97,107,200); }
div.DivClassName
{
background-color: #616BC8;
}
.BgClassName
{
background-color: #616BC8;
}
</style>
border-color css
<style>
span { border-color: #616BC8; }
span { border-color: rgb(97,107,200); }
td.TdClassName
{
border-color: #616BC8;
}
.TagClassName
{
border-color: #616BC8;
}
</style>