Shades of Chetwode Blue #617AB1
Tints of Chetwode Blue #617AB1
RGB
CMYK
RGB Variations
Color information
#617AB1 (or 0x617AB1) is known color: Chetwode Blue. HEX triplet: 61, 7A and B1. RGB value is (97,122,177). Sum of RGB (Red+Green+Blue) = 97+122+177=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #617AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AB1 is #9E854E. Grayscale: #787878. Windows color (decimal): -10388815 or 11631201. OLE color: 11631201.
HSL color Cylindrical-coordinate representation of color #617AB1: hue angle of 221.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #617AB1 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 122 | 177 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.31 |
| HSL | 221.25º | 0.34% | 0.54% | - |
| HSV(B) | 221.25º | 0.45% | 0.69% | - |
| XYZ | 19.83 | 19.63 | 44.34 | - |
| YUV | 120.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 177 | 0.45 | 0.31 | 0 | 0.31 | 221.25 | 0.34 | 0.54 |
| Hex | 61 | 7A | B1 | 2D | 1F | 0 | 1F | DD | 22 | 36 |
| Octal | 141 | 172 | 261 | 55 | 37 | 0 | 37 | 335 | 42 | 66 |
| Binary | 1100001 | 1111010 | 10110001 | 101101 | 11111 | 0 | 11111 | 11011101 | 100010 | 110110 |
Color Harmonies of #617AB1
Complementary color
Monochromatic Colors of #617AB1
Black with #617AB1
Text Example
Text Example
White with #617AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AB1; }
p { color: rgb(97,122,177); }
H1.HeaderClassName
{
color: #617AB1;
}
.AnyTagClassName
{
color: #617AB1;
}
</style>
background-color css
<style>
a { background-color: #617AB1; }
a { background-color: rgb(97,122,177); }
div.DivClassName
{
background-color: #617AB1;
}
.BgClassName
{
background-color: #617AB1;
}
</style>
border-color css
<style>
span { border-color: #617AB1; }
span { border-color: rgb(97,122,177); }
td.TdClassName
{
border-color: #617AB1;
}
.TagClassName
{
border-color: #617AB1;
}
</style>