Shades of Chetwode Blue #627AAB
Tints of Chetwode Blue #627AAB
RGB
CMYK
RGB Variations
Color information
#627AAB (or 0x627AAB) is known color: Chetwode Blue. HEX triplet: 62, 7A and AB. RGB value is (98,122,171). Sum of RGB (Red+Green+Blue) = 98+122+171=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #627AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627AAB is #9D8554. Grayscale: #787878. Windows color (decimal): -10323285 or 11237986. OLE color: 11237986.
HSL color Cylindrical-coordinate representation of color #627AAB: hue angle of 220.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #627AAB is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 122 | 171 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.33 |
| HSL | 220.27º | 0.3% | 0.53% | - |
| HSV(B) | 220.27º | 0.43% | 0.67% | - |
| XYZ | 19.35 | 19.46 | 41.26 | - |
| YUV | 120.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 171 | 0.43 | 0.29 | 0 | 0.33 | 220.27 | 0.3 | 0.53 |
| Hex | 62 | 7A | AB | 2B | 1D | 0 | 21 | DC | 1E | 35 |
| Octal | 142 | 172 | 253 | 53 | 35 | 0 | 41 | 334 | 36 | 65 |
| Binary | 1100010 | 1111010 | 10101011 | 101011 | 11101 | 0 | 100001 | 11011100 | 11110 | 110101 |
Color Harmonies of #627AAB
Complementary color
Monochromatic Colors of #627AAB
Black with #627AAB
Text Example
Text Example
White with #627AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AAB; }
p { color: rgb(98,122,171); }
H1.HeaderClassName
{
color: #627AAB;
}
.AnyTagClassName
{
color: #627AAB;
}
</style>
background-color css
<style>
a { background-color: #627AAB; }
a { background-color: rgb(98,122,171); }
div.DivClassName
{
background-color: #627AAB;
}
.BgClassName
{
background-color: #627AAB;
}
</style>
border-color css
<style>
span { border-color: #627AAB; }
span { border-color: rgb(98,122,171); }
td.TdClassName
{
border-color: #627AAB;
}
.TagClassName
{
border-color: #627AAB;
}
</style>