Shades of Chetwode Blue #626BAC
Tints of Chetwode Blue #626BAC
RGB
CMYK
RGB Variations
Color information
#626BAC (or 0x626BAC) is known color: Chetwode Blue. HEX triplet: 62, 6B and AC. RGB value is (98,107,172). Sum of RGB (Red+Green+Blue) = 98+107+172=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #626BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626BAC is #9D9453. Grayscale: #6F6F6F. Windows color (decimal): -10327124 or 11299682. OLE color: 11299682.
HSL color Cylindrical-coordinate representation of color #626BAC: hue angle of 232.7º degrees, saturation: 0.31, 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 #626BAC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 107 | 172 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.33 |
| HSL | 232.7º | 0.31% | 0.53% | - |
| HSV(B) | 232.7º | 0.43% | 0.67% | - |
| XYZ | 17.74 | 16.09 | 41.2 | - |
| YUV | 111.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 172 | 0.43 | 0.38 | 0 | 0.33 | 232.7 | 0.31 | 0.53 |
| Hex | 62 | 6B | AC | 2B | 26 | 0 | 21 | E9 | 1F | 35 |
| Octal | 142 | 153 | 254 | 53 | 46 | 0 | 41 | 351 | 37 | 65 |
| Binary | 1100010 | 1101011 | 10101100 | 101011 | 100110 | 0 | 100001 | 11101001 | 11111 | 110101 |
Color Harmonies of #626BAC
Complementary color
Monochromatic Colors of #626BAC
Black with #626BAC
Text Example
Text Example
White with #626BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BAC; }
p { color: rgb(98,107,172); }
H1.HeaderClassName
{
color: #626BAC;
}
.AnyTagClassName
{
color: #626BAC;
}
</style>
background-color css
<style>
a { background-color: #626BAC; }
a { background-color: rgb(98,107,172); }
div.DivClassName
{
background-color: #626BAC;
}
.BgClassName
{
background-color: #626BAC;
}
</style>
border-color css
<style>
span { border-color: #626BAC; }
span { border-color: rgb(98,107,172); }
td.TdClassName
{
border-color: #626BAC;
}
.TagClassName
{
border-color: #626BAC;
}
</style>