Shades of Chetwode Blue #6272A4
Tints of Chetwode Blue #6272A4
RGB
CMYK
RGB Variations
Color information
#6272A4 (or 0x6272A4) is known color: Chetwode Blue. HEX triplet: 62, 72 and A4. RGB value is (98,114,164). Sum of RGB (Red+Green+Blue) = 98+114+164=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #6272A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6272A4 is #9D8D5B. Grayscale: #727272. Windows color (decimal): -10325340 or 10777186. OLE color: 10777186.
HSL color Cylindrical-coordinate representation of color #6272A4: hue angle of 225.45º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6272A4 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 114 | 164 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.36 |
| HSL | 225.45º | 0.27% | 0.51% | - |
| HSV(B) | 225.45º | 0.4% | 0.64% | - |
| XYZ | 17.76 | 17.31 | 37.53 | - |
| YUV | 114.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 164 | 0.40 | 0.30 | 0 | 0.36 | 225.45 | 0.27 | 0.51 |
| Hex | 62 | 72 | A4 | 28 | 1E | 0 | 24 | E1 | 1B | 33 |
| Octal | 142 | 162 | 244 | 50 | 36 | 0 | 44 | 341 | 33 | 63 |
| Binary | 1100010 | 1110010 | 10100100 | 101000 | 11110 | 0 | 100100 | 11100001 | 11011 | 110011 |
Color Harmonies of #6272A4
Complementary color
Monochromatic Colors of #6272A4
Black with #6272A4
Text Example
Text Example
White with #6272A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6272A4; }
p { color: rgb(98,114,164); }
H1.HeaderClassName
{
color: #6272A4;
}
.AnyTagClassName
{
color: #6272A4;
}
</style>
background-color css
<style>
a { background-color: #6272A4; }
a { background-color: rgb(98,114,164); }
div.DivClassName
{
background-color: #6272A4;
}
.BgClassName
{
background-color: #6272A4;
}
</style>
border-color css
<style>
span { border-color: #6272A4; }
span { border-color: rgb(98,114,164); }
td.TdClassName
{
border-color: #6272A4;
}
.TagClassName
{
border-color: #6272A4;
}
</style>