Shades of Chetwode Blue #617BAD
Tints of Chetwode Blue #617BAD
RGB
CMYK
RGB Variations
Color information
#617BAD (or 0x617BAD) is known color: Chetwode Blue. HEX triplet: 61, 7B and AD. RGB value is (97,123,173). Sum of RGB (Red+Green+Blue) = 97+123+173=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #617BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617BAD is #9E8452. Grayscale: #787878. Windows color (decimal): -10388563 or 11369313. OLE color: 11369313.
HSL color Cylindrical-coordinate representation of color #617BAD: hue angle of 219.47º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617BAD is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 123 | 173 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.32 |
| HSL | 219.47º | 0.32% | 0.53% | - |
| HSV(B) | 219.47º | 0.44% | 0.68% | - |
| XYZ | 19.56 | 19.72 | 42.31 | - |
| YUV | 120.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 173 | 0.44 | 0.29 | 0 | 0.32 | 219.47 | 0.32 | 0.53 |
| Hex | 61 | 7B | AD | 2C | 1D | 0 | 20 | DB | 20 | 35 |
| Octal | 141 | 173 | 255 | 54 | 35 | 0 | 40 | 333 | 40 | 65 |
| Binary | 1100001 | 1111011 | 10101101 | 101100 | 11101 | 0 | 100000 | 11011011 | 100000 | 110101 |
Color Harmonies of #617BAD
Complementary color
Monochromatic Colors of #617BAD
Black with #617BAD
Text Example
Text Example
White with #617BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BAD; }
p { color: rgb(97,123,173); }
H1.HeaderClassName
{
color: #617BAD;
}
.AnyTagClassName
{
color: #617BAD;
}
</style>
background-color css
<style>
a { background-color: #617BAD; }
a { background-color: rgb(97,123,173); }
div.DivClassName
{
background-color: #617BAD;
}
.BgClassName
{
background-color: #617BAD;
}
</style>
border-color css
<style>
span { border-color: #617BAD; }
span { border-color: rgb(97,123,173); }
td.TdClassName
{
border-color: #617BAD;
}
.TagClassName
{
border-color: #617BAD;
}
</style>