Shades of Chetwode Blue #626DB6
Tints of Chetwode Blue #626DB6
RGB
CMYK
RGB Variations
Color information
#626DB6 (or 0x626DB6) is known color: Chetwode Blue. HEX triplet: 62, 6D and B6. RGB value is (98,109,182). Sum of RGB (Red+Green+Blue) = 98+109+182=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #626DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DB6 is #9D9249. Grayscale: #717171. Windows color (decimal): -10326602 or 11955554. OLE color: 11955554.
HSL color Cylindrical-coordinate representation of color #626DB6: hue angle of 232.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #626DB6 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 109 | 182 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.29 |
| HSL | 232.14º | 0.37% | 0.55% | - |
| HSV(B) | 232.14º | 0.46% | 0.71% | - |
| XYZ | 18.95 | 16.91 | 46.52 | - |
| YUV | 114.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 182 | 0.46 | 0.40 | 0 | 0.29 | 232.14 | 0.37 | 0.55 |
| Hex | 62 | 6D | B6 | 2E | 28 | 0 | 1D | E8 | 25 | 37 |
| Octal | 142 | 155 | 266 | 56 | 50 | 0 | 35 | 350 | 45 | 67 |
| Binary | 1100010 | 1101101 | 10110110 | 101110 | 101000 | 0 | 11101 | 11101000 | 100101 | 110111 |
Color Harmonies of #626DB6
Complementary color
Monochromatic Colors of #626DB6
Black with #626DB6
Text Example
Text Example
White with #626DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DB6; }
p { color: rgb(98,109,182); }
H1.HeaderClassName
{
color: #626DB6;
}
.AnyTagClassName
{
color: #626DB6;
}
</style>
background-color css
<style>
a { background-color: #626DB6; }
a { background-color: rgb(98,109,182); }
div.DivClassName
{
background-color: #626DB6;
}
.BgClassName
{
background-color: #626DB6;
}
</style>
border-color css
<style>
span { border-color: #626DB6; }
span { border-color: rgb(98,109,182); }
td.TdClassName
{
border-color: #626DB6;
}
.TagClassName
{
border-color: #626DB6;
}
</style>