Shades of Chetwode Blue #626EC0
Tints of Chetwode Blue #626EC0
RGB
CMYK
RGB Variations
Color information
#626EC0 (or 0x626EC0) is known color: Chetwode Blue. HEX triplet: 62, 6E and C0. RGB value is (98,110,192). Sum of RGB (Red+Green+Blue) = 98+110+192=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #626EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EC0 is #9D913F. Grayscale: #737373. Windows color (decimal): -10326336 or 12611170. OLE color: 12611170.
HSL color Cylindrical-coordinate representation of color #626EC0: hue angle of 232.34º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626EC0 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 110 | 192 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.25 |
| HSL | 232.34º | 0.43% | 0.57% | - |
| HSV(B) | 232.34º | 0.49% | 0.75% | - |
| XYZ | 20.13 | 17.55 | 52.2 | - |
| YUV | 115.76 | 171.02 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 192 | 0.49 | 0.43 | 0 | 0.25 | 232.34 | 0.43 | 0.57 |
| Hex | 62 | 6E | C0 | 31 | 2B | 0 | 19 | E8 | 2B | 39 |
| Octal | 142 | 156 | 300 | 61 | 53 | 0 | 31 | 350 | 53 | 71 |
| Binary | 1100010 | 1101110 | 11000000 | 110001 | 101011 | 0 | 11001 | 11101000 | 101011 | 111001 |
Color Harmonies of #626EC0
Complementary color
Monochromatic Colors of #626EC0
Black with #626EC0
Text Example
Text Example
White with #626EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626EC0; }
p { color: rgb(98,110,192); }
H1.HeaderClassName
{
color: #626EC0;
}
.AnyTagClassName
{
color: #626EC0;
}
</style>
background-color css
<style>
a { background-color: #626EC0; }
a { background-color: rgb(98,110,192); }
div.DivClassName
{
background-color: #626EC0;
}
.BgClassName
{
background-color: #626EC0;
}
</style>
border-color css
<style>
span { border-color: #626EC0; }
span { border-color: rgb(98,110,192); }
td.TdClassName
{
border-color: #626EC0;
}
.TagClassName
{
border-color: #626EC0;
}
</style>