Shades of Chetwode Blue #627AA8
Tints of Chetwode Blue #627AA8
RGB
CMYK
RGB Variations
Color information
#627AA8 (or 0x627AA8) is known color: Chetwode Blue. HEX triplet: 62, 7A and A8. RGB value is (98,122,168). Sum of RGB (Red+Green+Blue) = 98+122+168=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 168 - color contains mainly: blue. Hex color #627AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627AA8 is #9D8557. Grayscale: #777777. Windows color (decimal): -10323288 or 11041378. OLE color: 11041378.
HSL color Cylindrical-coordinate representation of color #627AA8: hue angle of 219.43º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #627AA8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 122 | 168 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.34 |
| HSL | 219.43º | 0.29% | 0.52% | - |
| HSV(B) | 219.43º | 0.42% | 0.66% | - |
| XYZ | 19.06 | 19.34 | 39.77 | - |
| YUV | 120.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 168 | 0.42 | 0.27 | 0 | 0.34 | 219.43 | 0.29 | 0.52 |
| Hex | 62 | 7A | A8 | 2A | 1B | 0 | 22 | DB | 1D | 34 |
| Octal | 142 | 172 | 250 | 52 | 33 | 0 | 42 | 333 | 35 | 64 |
| Binary | 1100010 | 1111010 | 10101000 | 101010 | 11011 | 0 | 100010 | 11011011 | 11101 | 110100 |
Color Harmonies of #627AA8
Complementary color
Monochromatic Colors of #627AA8
Black with #627AA8
Text Example
Text Example
White with #627AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627AA8; }
p { color: rgb(98,122,168); }
H1.HeaderClassName
{
color: #627AA8;
}
.AnyTagClassName
{
color: #627AA8;
}
</style>
background-color css
<style>
a { background-color: #627AA8; }
a { background-color: rgb(98,122,168); }
div.DivClassName
{
background-color: #627AA8;
}
.BgClassName
{
background-color: #627AA8;
}
</style>
border-color css
<style>
span { border-color: #627AA8; }
span { border-color: rgb(98,122,168); }
td.TdClassName
{
border-color: #627AA8;
}
.TagClassName
{
border-color: #627AA8;
}
</style>