Shades of Chetwode Blue #626CC0
Tints of Chetwode Blue #626CC0
RGB
CMYK
RGB Variations
Color information
#626CC0 (or 0x626CC0) is known color: Chetwode Blue. HEX triplet: 62, 6C and C0. RGB value is (98,108,192). Sum of RGB (Red+Green+Blue) = 98+108+192=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #626CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CC0 is #9D933F. Grayscale: #727272. Windows color (decimal): -10326848 or 12610658. OLE color: 12610658.
HSL color Cylindrical-coordinate representation of color #626CC0: hue angle of 233.62º 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 #626CC0 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 108 | 192 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.25 |
| HSL | 233.62º | 0.43% | 0.57% | - |
| HSV(B) | 233.62º | 0.49% | 0.75% | - |
| XYZ | 19.91 | 17.13 | 52.13 | - |
| YUV | 114.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 192 | 0.49 | 0.44 | 0 | 0.25 | 233.62 | 0.43 | 0.57 |
| Hex | 62 | 6C | C0 | 31 | 2C | 0 | 19 | EA | 2B | 39 |
| Octal | 142 | 154 | 300 | 61 | 54 | 0 | 31 | 352 | 53 | 71 |
| Binary | 1100010 | 1101100 | 11000000 | 110001 | 101100 | 0 | 11001 | 11101010 | 101011 | 111001 |
Color Harmonies of #626CC0
Complementary color
Monochromatic Colors of #626CC0
Black with #626CC0
Text Example
Text Example
White with #626CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CC0; }
p { color: rgb(98,108,192); }
H1.HeaderClassName
{
color: #626CC0;
}
.AnyTagClassName
{
color: #626CC0;
}
</style>
background-color css
<style>
a { background-color: #626CC0; }
a { background-color: rgb(98,108,192); }
div.DivClassName
{
background-color: #626CC0;
}
.BgClassName
{
background-color: #626CC0;
}
</style>
border-color css
<style>
span { border-color: #626CC0; }
span { border-color: rgb(98,108,192); }
td.TdClassName
{
border-color: #626CC0;
}
.TagClassName
{
border-color: #626CC0;
}
</style>