Shades of Chetwode Blue #627AAC
Tints of Chetwode Blue #627AAC
RGB
CMYK
RGB Variations
Color information
#627AAC (or 0x627AAC) is known color: Chetwode Blue. HEX triplet: 62, 7A and AC. RGB value is (98,122,172). Sum of RGB (Red+Green+Blue) = 98+122+172=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #627AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627AAC is #9D8553. Grayscale: #787878. Windows color (decimal): -10323284 or 11303522. OLE color: 11303522.
HSL color Cylindrical-coordinate representation of color #627AAC: hue angle of 220.54º degrees, saturation: 0.31, 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 #627AAC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 122 | 172 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.33 |
| HSL | 220.54º | 0.31% | 0.53% | - |
| HSV(B) | 220.54º | 0.43% | 0.67% | - |
| XYZ | 19.44 | 19.49 | 41.77 | - |
| YUV | 120.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 172 | 0.43 | 0.29 | 0 | 0.33 | 220.54 | 0.31 | 0.53 |
| Hex | 62 | 7A | AC | 2B | 1D | 0 | 21 | DD | 1F | 35 |
| Octal | 142 | 172 | 254 | 53 | 35 | 0 | 41 | 335 | 37 | 65 |
| Binary | 1100010 | 1111010 | 10101100 | 101011 | 11101 | 0 | 100001 | 11011101 | 11111 | 110101 |
Color Harmonies of #627AAC
Complementary color
Monochromatic Colors of #627AAC
Black with #627AAC
Text Example
Text Example
White with #627AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AAC; }
p { color: rgb(98,122,172); }
H1.HeaderClassName
{
color: #627AAC;
}
.AnyTagClassName
{
color: #627AAC;
}
</style>
background-color css
<style>
a { background-color: #627AAC; }
a { background-color: rgb(98,122,172); }
div.DivClassName
{
background-color: #627AAC;
}
.BgClassName
{
background-color: #627AAC;
}
</style>
border-color css
<style>
span { border-color: #627AAC; }
span { border-color: rgb(98,122,172); }
td.TdClassName
{
border-color: #627AAC;
}
.TagClassName
{
border-color: #627AAC;
}
</style>