Shades of Chetwode Blue #6278AB
Tints of Chetwode Blue #6278AB
RGB
CMYK
RGB Variations
Color information
#6278AB (or 0x6278AB) is known color: Chetwode Blue. HEX triplet: 62, 78 and AB. RGB value is (98,120,171). Sum of RGB (Red+Green+Blue) = 98+120+171=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #6278AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6278AB is #9D8754. Grayscale: #777777. Windows color (decimal): -10323797 or 11237474. OLE color: 11237474.
HSL color Cylindrical-coordinate representation of color #6278AB: hue angle of 221.92º 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 #6278AB is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 120 | 171 | - |
| CMYK | 0.43 | 0.30 | 0 | 0.33 |
| HSL | 221.92º | 0.3% | 0.53% | - |
| HSV(B) | 221.92º | 0.43% | 0.67% | - |
| XYZ | 19.1 | 18.97 | 41.18 | - |
| YUV | 119.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 171 | 0.43 | 0.30 | 0 | 0.33 | 221.92 | 0.3 | 0.53 |
| Hex | 62 | 78 | AB | 2B | 1E | 0 | 21 | DE | 1E | 35 |
| Octal | 142 | 170 | 253 | 53 | 36 | 0 | 41 | 336 | 36 | 65 |
| Binary | 1100010 | 1111000 | 10101011 | 101011 | 11110 | 0 | 100001 | 11011110 | 11110 | 110101 |
Color Harmonies of #6278AB
Complementary color
Monochromatic Colors of #6278AB
Black with #6278AB
Text Example
Text Example
White with #6278AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6278AB; }
p { color: rgb(98,120,171); }
H1.HeaderClassName
{
color: #6278AB;
}
.AnyTagClassName
{
color: #6278AB;
}
</style>
background-color css
<style>
a { background-color: #6278AB; }
a { background-color: rgb(98,120,171); }
div.DivClassName
{
background-color: #6278AB;
}
.BgClassName
{
background-color: #6278AB;
}
</style>
border-color css
<style>
span { border-color: #6278AB; }
span { border-color: rgb(98,120,171); }
td.TdClassName
{
border-color: #6278AB;
}
.TagClassName
{
border-color: #6278AB;
}
</style>