Shades of Chetwode Blue #626A9F
Tints of Chetwode Blue #626A9F
RGB
CMYK
RGB Variations
Color information
#626A9F (or 0x626A9F) is known color: Chetwode Blue. HEX triplet: 62, 6A and 9F. RGB value is (98,106,159). Sum of RGB (Red+Green+Blue) = 98+106+159=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #626A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A9F is #9D9560. Grayscale: #6D6D6D. Windows color (decimal): -10327393 or 10447458. OLE color: 10447458.
HSL color Cylindrical-coordinate representation of color #626A9F: hue angle of 232.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626A9F is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 106 | 159 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.38 |
| HSL | 232.13º | 0.24% | 0.5% | - |
| HSV(B) | 232.13º | 0.38% | 0.62% | - |
| XYZ | 16.45 | 15.41 | 34.91 | - |
| YUV | 109.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 159 | 0.38 | 0.33 | 0 | 0.38 | 232.13 | 0.24 | 0.5 |
| Hex | 62 | 6A | 9F | 26 | 21 | 0 | 26 | E8 | 18 | 32 |
| Octal | 142 | 152 | 237 | 46 | 41 | 0 | 46 | 350 | 30 | 62 |
| Binary | 1100010 | 1101010 | 10011111 | 100110 | 100001 | 0 | 100110 | 11101000 | 11000 | 110010 |
Color Harmonies of #626A9F
Complementary color
Monochromatic Colors of #626A9F
Black with #626A9F
Text Example
Text Example
White with #626A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A9F; }
p { color: rgb(98,106,159); }
H1.HeaderClassName
{
color: #626A9F;
}
.AnyTagClassName
{
color: #626A9F;
}
</style>
background-color css
<style>
a { background-color: #626A9F; }
a { background-color: rgb(98,106,159); }
div.DivClassName
{
background-color: #626A9F;
}
.BgClassName
{
background-color: #626A9F;
}
</style>
border-color css
<style>
span { border-color: #626A9F; }
span { border-color: rgb(98,106,159); }
td.TdClassName
{
border-color: #626A9F;
}
.TagClassName
{
border-color: #626A9F;
}
</style>