Shades of Chetwode Blue #626ECD
Tints of Chetwode Blue #626ECD
RGB
CMYK
RGB Variations
Color information
#626ECD (or 0x626ECD) is known color: Chetwode Blue. HEX triplet: 62, 6E and CD. RGB value is (98,110,205). Sum of RGB (Red+Green+Blue) = 98+110+205=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #626ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ECD is #9D9132. Grayscale: #747474. Windows color (decimal): -10326323 or 13463138. OLE color: 13463138.
HSL color Cylindrical-coordinate representation of color #626ECD: hue angle of 233.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #626ECD is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 110 | 205 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.20 |
| HSL | 233.27º | 0.52% | 0.59% | - |
| HSV(B) | 233.27º | 0.52% | 0.8% | - |
| XYZ | 21.63 | 18.16 | 60.12 | - |
| YUV | 117.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 205 | 0.52 | 0.46 | 0 | 0.20 | 233.27 | 0.52 | 0.59 |
| Hex | 62 | 6E | CD | 34 | 2E | 0 | 14 | E9 | 34 | 3B |
| Octal | 142 | 156 | 315 | 64 | 56 | 0 | 24 | 351 | 64 | 73 |
| Binary | 1100010 | 1101110 | 11001101 | 110100 | 101110 | 0 | 10100 | 11101001 | 110100 | 111011 |
Color Harmonies of #626ECD
Complementary color
Monochromatic Colors of #626ECD
Black with #626ECD
Text Example
Text Example
White with #626ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626ECD; }
p { color: rgb(98,110,205); }
H1.HeaderClassName
{
color: #626ECD;
}
.AnyTagClassName
{
color: #626ECD;
}
</style>
background-color css
<style>
a { background-color: #626ECD; }
a { background-color: rgb(98,110,205); }
div.DivClassName
{
background-color: #626ECD;
}
.BgClassName
{
background-color: #626ECD;
}
</style>
border-color css
<style>
span { border-color: #626ECD; }
span { border-color: rgb(98,110,205); }
td.TdClassName
{
border-color: #626ECD;
}
.TagClassName
{
border-color: #626ECD;
}
</style>