Shades of Chetwode Blue #626ED2
Tints of Chetwode Blue #626ED2
RGB
CMYK
RGB Variations
Color information
#626ED2 (or 0x626ED2) is known color: Chetwode Blue. HEX triplet: 62, 6E and D2. RGB value is (98,110,210). Sum of RGB (Red+Green+Blue) = 98+110+210=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #626ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ED2 is #9D912D. Grayscale: #757575. Windows color (decimal): -10326318 or 13790818. OLE color: 13790818.
HSL color Cylindrical-coordinate representation of color #626ED2: hue angle of 233.57º 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 #626ED2 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 110 | 210 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.18 |
| HSL | 233.57º | 0.55% | 0.6% | - |
| HSV(B) | 233.57º | 0.53% | 0.82% | - |
| XYZ | 22.25 | 18.4 | 63.35 | - |
| YUV | 117.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 210 | 0.53 | 0.48 | 0 | 0.18 | 233.57 | 0.55 | 0.6 |
| Hex | 62 | 6E | D2 | 35 | 30 | 0 | 12 | EA | 37 | 3C |
| Octal | 142 | 156 | 322 | 65 | 60 | 0 | 22 | 352 | 67 | 74 |
| Binary | 1100010 | 1101110 | 11010010 | 110101 | 110000 | 0 | 10010 | 11101010 | 110111 | 111100 |
Color Harmonies of #626ED2
Complementary color
Monochromatic Colors of #626ED2
Black with #626ED2
Text Example
Text Example
White with #626ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626ED2; }
p { color: rgb(98,110,210); }
H1.HeaderClassName
{
color: #626ED2;
}
.AnyTagClassName
{
color: #626ED2;
}
</style>
background-color css
<style>
a { background-color: #626ED2; }
a { background-color: rgb(98,110,210); }
div.DivClassName
{
background-color: #626ED2;
}
.BgClassName
{
background-color: #626ED2;
}
</style>
border-color css
<style>
span { border-color: #626ED2; }
span { border-color: rgb(98,110,210); }
td.TdClassName
{
border-color: #626ED2;
}
.TagClassName
{
border-color: #626ED2;
}
</style>