Shades of Chetwode Blue #626AAA
Tints of Chetwode Blue #626AAA
RGB
CMYK
RGB Variations
Color information
#626AAA (or 0x626AAA) is known color: Chetwode Blue. HEX triplet: 62, 6A and AA. RGB value is (98,106,170). Sum of RGB (Red+Green+Blue) = 98+106+170=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #626AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626AAA is #9D9555. Grayscale: #6E6E6E. Windows color (decimal): -10327382 or 11168354. OLE color: 11168354.
HSL color Cylindrical-coordinate representation of color #626AAA: hue angle of 233.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #626AAA is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 106 | 170 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.33 |
| HSL | 233.33º | 0.3% | 0.53% | - |
| HSV(B) | 233.33º | 0.42% | 0.67% | - |
| XYZ | 17.45 | 15.81 | 40.16 | - |
| YUV | 110.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 170 | 0.42 | 0.38 | 0 | 0.33 | 233.33 | 0.3 | 0.53 |
| Hex | 62 | 6A | AA | 2A | 26 | 0 | 21 | E9 | 1E | 35 |
| Octal | 142 | 152 | 252 | 52 | 46 | 0 | 41 | 351 | 36 | 65 |
| Binary | 1100010 | 1101010 | 10101010 | 101010 | 100110 | 0 | 100001 | 11101001 | 11110 | 110101 |
Color Harmonies of #626AAA
Complementary color
Monochromatic Colors of #626AAA
Black with #626AAA
Text Example
Text Example
White with #626AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626AAA; }
p { color: rgb(98,106,170); }
H1.HeaderClassName
{
color: #626AAA;
}
.AnyTagClassName
{
color: #626AAA;
}
</style>
background-color css
<style>
a { background-color: #626AAA; }
a { background-color: rgb(98,106,170); }
div.DivClassName
{
background-color: #626AAA;
}
.BgClassName
{
background-color: #626AAA;
}
</style>
border-color css
<style>
span { border-color: #626AAA; }
span { border-color: rgb(98,106,170); }
td.TdClassName
{
border-color: #626AAA;
}
.TagClassName
{
border-color: #626AAA;
}
</style>