Shades of Chetwode Blue #626BAB
Tints of Chetwode Blue #626BAB
RGB
CMYK
RGB Variations
Color information
#626BAB (or 0x626BAB) is known color: Chetwode Blue. HEX triplet: 62, 6B and AB. RGB value is (98,107,171). Sum of RGB (Red+Green+Blue) = 98+107+171=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #626BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BAB is #9D9454. Grayscale: #6F6F6F. Windows color (decimal): -10327125 or 11234146. OLE color: 11234146.
HSL color Cylindrical-coordinate representation of color #626BAB: hue angle of 232.6º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #626BAB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 107 | 171 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.33 |
| HSL | 232.6º | 0.3% | 0.53% | - |
| HSV(B) | 232.6º | 0.43% | 0.67% | - |
| XYZ | 17.65 | 16.05 | 40.7 | - |
| YUV | 111.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 171 | 0.43 | 0.37 | 0 | 0.33 | 232.6 | 0.3 | 0.53 |
| Hex | 62 | 6B | AB | 2B | 25 | 0 | 21 | E9 | 1E | 35 |
| Octal | 142 | 153 | 253 | 53 | 45 | 0 | 41 | 351 | 36 | 65 |
| Binary | 1100010 | 1101011 | 10101011 | 101011 | 100101 | 0 | 100001 | 11101001 | 11110 | 110101 |
Color Harmonies of #626BAB
Complementary color
Monochromatic Colors of #626BAB
Black with #626BAB
Text Example
Text Example
White with #626BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BAB; }
p { color: rgb(98,107,171); }
H1.HeaderClassName
{
color: #626BAB;
}
.AnyTagClassName
{
color: #626BAB;
}
</style>
background-color css
<style>
a { background-color: #626BAB; }
a { background-color: rgb(98,107,171); }
div.DivClassName
{
background-color: #626BAB;
}
.BgClassName
{
background-color: #626BAB;
}
</style>
border-color css
<style>
span { border-color: #626BAB; }
span { border-color: rgb(98,107,171); }
td.TdClassName
{
border-color: #626BAB;
}
.TagClassName
{
border-color: #626BAB;
}
</style>