Shades of Chetwode Blue #6274AB
Tints of Chetwode Blue #6274AB
RGB
CMYK
RGB Variations
Color information
#6274AB (or 0x6274AB) is known color: Chetwode Blue. HEX triplet: 62, 74 and AB. RGB value is (98,116,171). Sum of RGB (Red+Green+Blue) = 98+116+171=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6274AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6274AB is #9D8B54. Grayscale: #747474. Windows color (decimal): -10324821 or 11236450. OLE color: 11236450.
HSL color Cylindrical-coordinate representation of color #6274AB: hue angle of 225.21º 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 #6274AB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 116 | 171 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.33 |
| HSL | 225.21º | 0.3% | 0.53% | - |
| HSV(B) | 225.21º | 0.43% | 0.67% | - |
| XYZ | 18.63 | 18.03 | 41.03 | - |
| YUV | 116.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 171 | 0.43 | 0.32 | 0 | 0.33 | 225.21 | 0.3 | 0.53 |
| Hex | 62 | 74 | AB | 2B | 20 | 0 | 21 | E1 | 1E | 35 |
| Octal | 142 | 164 | 253 | 53 | 40 | 0 | 41 | 341 | 36 | 65 |
| Binary | 1100010 | 1110100 | 10101011 | 101011 | 100000 | 0 | 100001 | 11100001 | 11110 | 110101 |
Color Harmonies of #6274AB
Complementary color
Monochromatic Colors of #6274AB
Black with #6274AB
Text Example
Text Example
White with #6274AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274AB; }
p { color: rgb(98,116,171); }
H1.HeaderClassName
{
color: #6274AB;
}
.AnyTagClassName
{
color: #6274AB;
}
</style>
background-color css
<style>
a { background-color: #6274AB; }
a { background-color: rgb(98,116,171); }
div.DivClassName
{
background-color: #6274AB;
}
.BgClassName
{
background-color: #6274AB;
}
</style>
border-color css
<style>
span { border-color: #6274AB; }
span { border-color: rgb(98,116,171); }
td.TdClassName
{
border-color: #6274AB;
}
.TagClassName
{
border-color: #6274AB;
}
</style>