Shades of Chetwode Blue #6266AB
Tints of Chetwode Blue #6266AB
RGB
CMYK
RGB Variations
Color information
#6266AB (or 0x6266AB) is known color: Chetwode Blue. HEX triplet: 62, 66 and AB. RGB value is (98,102,171). Sum of RGB (Red+Green+Blue) = 98+102+171=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6266AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6266AB is #9D9954. Grayscale: #6C6C6C. Windows color (decimal): -10328405 or 11232866. OLE color: 11232866.
HSL color Cylindrical-coordinate representation of color #6266AB: hue angle of 236.71º 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 #6266AB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 102 | 171 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.33 |
| HSL | 236.71º | 0.3% | 0.53% | - |
| HSV(B) | 236.71º | 0.43% | 0.67% | - |
| XYZ | 17.14 | 15.04 | 40.53 | - |
| YUV | 108.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 171 | 0.43 | 0.40 | 0 | 0.33 | 236.71 | 0.3 | 0.53 |
| Hex | 62 | 66 | AB | 2B | 28 | 0 | 21 | ED | 1E | 35 |
| Octal | 142 | 146 | 253 | 53 | 50 | 0 | 41 | 355 | 36 | 65 |
| Binary | 1100010 | 1100110 | 10101011 | 101011 | 101000 | 0 | 100001 | 11101101 | 11110 | 110101 |
Color Harmonies of #6266AB
Complementary color
Monochromatic Colors of #6266AB
Black with #6266AB
Text Example
Text Example
White with #6266AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266AB; }
p { color: rgb(98,102,171); }
H1.HeaderClassName
{
color: #6266AB;
}
.AnyTagClassName
{
color: #6266AB;
}
</style>
background-color css
<style>
a { background-color: #6266AB; }
a { background-color: rgb(98,102,171); }
div.DivClassName
{
background-color: #6266AB;
}
.BgClassName
{
background-color: #6266AB;
}
</style>
border-color css
<style>
span { border-color: #6266AB; }
span { border-color: rgb(98,102,171); }
td.TdClassName
{
border-color: #6266AB;
}
.TagClassName
{
border-color: #6266AB;
}
</style>