Shades of Chetwode Blue #626FD2
Tints of Chetwode Blue #626FD2
RGB
CMYK
RGB Variations
Color information
#626FD2 (or 0x626FD2) is known color: Chetwode Blue. HEX triplet: 62, 6F and D2. RGB value is (98,111,210). Sum of RGB (Red+Green+Blue) = 98+111+210=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #626FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FD2 is #9D902D. Grayscale: #757575. Windows color (decimal): -10326062 or 13791074. OLE color: 13791074.
HSL color Cylindrical-coordinate representation of color #626FD2: hue angle of 233.04º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #626FD2 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 111 | 210 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.18 |
| HSL | 233.04º | 0.55% | 0.6% | - |
| HSV(B) | 233.04º | 0.53% | 0.82% | - |
| XYZ | 22.35 | 18.62 | 63.39 | - |
| YUV | 118.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 210 | 0.53 | 0.47 | 0 | 0.18 | 233.04 | 0.55 | 0.6 |
| Hex | 62 | 6F | D2 | 35 | 2F | 0 | 12 | E9 | 37 | 3C |
| Octal | 142 | 157 | 322 | 65 | 57 | 0 | 22 | 351 | 67 | 74 |
| Binary | 1100010 | 1101111 | 11010010 | 110101 | 101111 | 0 | 10010 | 11101001 | 110111 | 111100 |
Color Harmonies of #626FD2
Complementary color
Monochromatic Colors of #626FD2
Black with #626FD2
Text Example
Text Example
White with #626FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626FD2; }
p { color: rgb(98,111,210); }
H1.HeaderClassName
{
color: #626FD2;
}
.AnyTagClassName
{
color: #626FD2;
}
</style>
background-color css
<style>
a { background-color: #626FD2; }
a { background-color: rgb(98,111,210); }
div.DivClassName
{
background-color: #626FD2;
}
.BgClassName
{
background-color: #626FD2;
}
</style>
border-color css
<style>
span { border-color: #626FD2; }
span { border-color: rgb(98,111,210); }
td.TdClassName
{
border-color: #626FD2;
}
.TagClassName
{
border-color: #626FD2;
}
</style>