Shades of Chetwode Blue #6272AB
Tints of Chetwode Blue #6272AB
RGB
CMYK
RGB Variations
Color information
#6272AB (or 0x6272AB) is known color: Chetwode Blue. HEX triplet: 62, 72 and AB. RGB value is (98,114,171). Sum of RGB (Red+Green+Blue) = 98+114+171=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6272AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6272AB is #9D8D54. Grayscale: #737373. Windows color (decimal): -10325333 or 11235938. OLE color: 11235938.
HSL color Cylindrical-coordinate representation of color #6272AB: hue angle of 226.85º 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 #6272AB is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 114 | 171 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.33 |
| HSL | 226.85º | 0.3% | 0.53% | - |
| HSV(B) | 226.85º | 0.43% | 0.67% | - |
| XYZ | 18.41 | 17.57 | 40.95 | - |
| YUV | 115.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 171 | 0.43 | 0.33 | 0 | 0.33 | 226.85 | 0.3 | 0.53 |
| Hex | 62 | 72 | AB | 2B | 21 | 0 | 21 | E3 | 1E | 35 |
| Octal | 142 | 162 | 253 | 53 | 41 | 0 | 41 | 343 | 36 | 65 |
| Binary | 1100010 | 1110010 | 10101011 | 101011 | 100001 | 0 | 100001 | 11100011 | 11110 | 110101 |
Color Harmonies of #6272AB
Complementary color
Monochromatic Colors of #6272AB
Black with #6272AB
Text Example
Text Example
White with #6272AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6272AB; }
p { color: rgb(98,114,171); }
H1.HeaderClassName
{
color: #6272AB;
}
.AnyTagClassName
{
color: #6272AB;
}
</style>
background-color css
<style>
a { background-color: #6272AB; }
a { background-color: rgb(98,114,171); }
div.DivClassName
{
background-color: #6272AB;
}
.BgClassName
{
background-color: #6272AB;
}
</style>
border-color css
<style>
span { border-color: #6272AB; }
span { border-color: rgb(98,114,171); }
td.TdClassName
{
border-color: #6272AB;
}
.TagClassName
{
border-color: #6272AB;
}
</style>