Shades of Chetwode Blue #626CAC
Tints of Chetwode Blue #626CAC
RGB
CMYK
RGB Variations
Color information
#626CAC (or 0x626CAC) is known color: Chetwode Blue. HEX triplet: 62, 6C and AC. RGB value is (98,108,172). Sum of RGB (Red+Green+Blue) = 98+108+172=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #626CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626CAC is #9D9353. Grayscale: #707070. Windows color (decimal): -10326868 or 11299938. OLE color: 11299938.
HSL color Cylindrical-coordinate representation of color #626CAC: hue angle of 231.89º 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 #626CAC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 108 | 172 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.33 |
| HSL | 231.89º | 0.31% | 0.53% | - |
| HSV(B) | 231.89º | 0.43% | 0.67% | - |
| XYZ | 17.85 | 16.3 | 41.24 | - |
| YUV | 112.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 172 | 0.43 | 0.37 | 0 | 0.33 | 231.89 | 0.31 | 0.53 |
| Hex | 62 | 6C | AC | 2B | 25 | 0 | 21 | E8 | 1F | 35 |
| Octal | 142 | 154 | 254 | 53 | 45 | 0 | 41 | 350 | 37 | 65 |
| Binary | 1100010 | 1101100 | 10101100 | 101011 | 100101 | 0 | 100001 | 11101000 | 11111 | 110101 |
Color Harmonies of #626CAC
Complementary color
Monochromatic Colors of #626CAC
Black with #626CAC
Text Example
Text Example
White with #626CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CAC; }
p { color: rgb(98,108,172); }
H1.HeaderClassName
{
color: #626CAC;
}
.AnyTagClassName
{
color: #626CAC;
}
</style>
background-color css
<style>
a { background-color: #626CAC; }
a { background-color: rgb(98,108,172); }
div.DivClassName
{
background-color: #626CAC;
}
.BgClassName
{
background-color: #626CAC;
}
</style>
border-color css
<style>
span { border-color: #626CAC; }
span { border-color: rgb(98,108,172); }
td.TdClassName
{
border-color: #626CAC;
}
.TagClassName
{
border-color: #626CAC;
}
</style>