Shades of Chetwode Blue #626BC0
Tints of Chetwode Blue #626BC0
RGB
CMYK
RGB Variations
Color information
#626BC0 (or 0x626BC0) is known color: Chetwode Blue. HEX triplet: 62, 6B and C0. RGB value is (98,107,192). Sum of RGB (Red+Green+Blue) = 98+107+192=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #626BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BC0 is #9D943F. Grayscale: #717171. Windows color (decimal): -10327104 or 12610402. OLE color: 12610402.
HSL color Cylindrical-coordinate representation of color #626BC0: hue angle of 234.26º 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 #626BC0 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 107 | 192 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.25 |
| HSL | 234.26º | 0.43% | 0.57% | - |
| HSV(B) | 234.26º | 0.49% | 0.75% | - |
| XYZ | 19.81 | 16.92 | 52.09 | - |
| YUV | 114 | 172.02 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 192 | 0.49 | 0.44 | 0 | 0.25 | 234.26 | 0.43 | 0.57 |
| Hex | 62 | 6B | C0 | 31 | 2C | 0 | 19 | EA | 2B | 39 |
| Octal | 142 | 153 | 300 | 61 | 54 | 0 | 31 | 352 | 53 | 71 |
| Binary | 1100010 | 1101011 | 11000000 | 110001 | 101100 | 0 | 11001 | 11101010 | 101011 | 111001 |
Color Harmonies of #626BC0
Complementary color
Monochromatic Colors of #626BC0
Black with #626BC0
Text Example
Text Example
White with #626BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BC0; }
p { color: rgb(98,107,192); }
H1.HeaderClassName
{
color: #626BC0;
}
.AnyTagClassName
{
color: #626BC0;
}
</style>
background-color css
<style>
a { background-color: #626BC0; }
a { background-color: rgb(98,107,192); }
div.DivClassName
{
background-color: #626BC0;
}
.BgClassName
{
background-color: #626BC0;
}
</style>
border-color css
<style>
span { border-color: #626BC0; }
span { border-color: rgb(98,107,192); }
td.TdClassName
{
border-color: #626BC0;
}
.TagClassName
{
border-color: #626BC0;
}
</style>