Shades of Chetwode Blue #626EC6
Tints of Chetwode Blue #626EC6
RGB
CMYK
RGB Variations
Color information
#626EC6 (or 0x626EC6) is known color: Chetwode Blue. HEX triplet: 62, 6E and C6. RGB value is (98,110,198). Sum of RGB (Red+Green+Blue) = 98+110+198=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #626EC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EC6 is #9D9139. Grayscale: #747474. Windows color (decimal): -10326330 or 13004386. OLE color: 13004386.
HSL color Cylindrical-coordinate representation of color #626EC6: hue angle of 232.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #626EC6 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 110 | 198 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.22 |
| HSL | 232.8º | 0.47% | 0.58% | - |
| HSV(B) | 232.8º | 0.51% | 0.78% | - |
| XYZ | 20.81 | 17.83 | 55.77 | - |
| YUV | 116.44 | 174.02 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 198 | 0.51 | 0.44 | 0 | 0.22 | 232.8 | 0.47 | 0.58 |
| Hex | 62 | 6E | C6 | 33 | 2C | 0 | 16 | E9 | 2F | 3A |
| Octal | 142 | 156 | 306 | 63 | 54 | 0 | 26 | 351 | 57 | 72 |
| Binary | 1100010 | 1101110 | 11000110 | 110011 | 101100 | 0 | 10110 | 11101001 | 101111 | 111010 |
Color Harmonies of #626EC6
Complementary color
Monochromatic Colors of #626EC6
Black with #626EC6
Text Example
Text Example
White with #626EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626EC6; }
p { color: rgb(98,110,198); }
H1.HeaderClassName
{
color: #626EC6;
}
.AnyTagClassName
{
color: #626EC6;
}
</style>
background-color css
<style>
a { background-color: #626EC6; }
a { background-color: rgb(98,110,198); }
div.DivClassName
{
background-color: #626EC6;
}
.BgClassName
{
background-color: #626EC6;
}
</style>
border-color css
<style>
span { border-color: #626EC6; }
span { border-color: rgb(98,110,198); }
td.TdClassName
{
border-color: #626EC6;
}
.TagClassName
{
border-color: #626EC6;
}
</style>