Shades of Chetwode Blue #626FAE
Tints of Chetwode Blue #626FAE
RGB
CMYK
RGB Variations
Color information
#626FAE (or 0x626FAE) is known color: Chetwode Blue. HEX triplet: 62, 6F and AE. RGB value is (98,111,174). Sum of RGB (Red+Green+Blue) = 98+111+174=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #626FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626FAE is #9D9051. Grayscale: #727272. Windows color (decimal): -10326098 or 11431778. OLE color: 11431778.
HSL color Cylindrical-coordinate representation of color #626FAE: hue angle of 229.74º 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 #626FAE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 111 | 174 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.32 |
| HSL | 229.74º | 0.32% | 0.53% | - |
| HSV(B) | 229.74º | 0.44% | 0.68% | - |
| XYZ | 18.36 | 17.02 | 42.36 | - |
| YUV | 114.3 | 161.69 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 174 | 0.44 | 0.36 | 0 | 0.32 | 229.74 | 0.32 | 0.53 |
| Hex | 62 | 6F | AE | 2C | 24 | 0 | 20 | E6 | 20 | 35 |
| Octal | 142 | 157 | 256 | 54 | 44 | 0 | 40 | 346 | 40 | 65 |
| Binary | 1100010 | 1101111 | 10101110 | 101100 | 100100 | 0 | 100000 | 11100110 | 100000 | 110101 |
Color Harmonies of #626FAE
Complementary color
Monochromatic Colors of #626FAE
Black with #626FAE
Text Example
Text Example
White with #626FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626FAE; }
p { color: rgb(98,111,174); }
H1.HeaderClassName
{
color: #626FAE;
}
.AnyTagClassName
{
color: #626FAE;
}
</style>
background-color css
<style>
a { background-color: #626FAE; }
a { background-color: rgb(98,111,174); }
div.DivClassName
{
background-color: #626FAE;
}
.BgClassName
{
background-color: #626FAE;
}
</style>
border-color css
<style>
span { border-color: #626FAE; }
span { border-color: rgb(98,111,174); }
td.TdClassName
{
border-color: #626FAE;
}
.TagClassName
{
border-color: #626FAE;
}
</style>