Shades of Chetwode Blue #6273AD
Tints of Chetwode Blue #6273AD
RGB
CMYK
RGB Variations
Color information
#6273AD (or 0x6273AD) is known color: Chetwode Blue. HEX triplet: 62, 73 and AD. RGB value is (98,115,173). Sum of RGB (Red+Green+Blue) = 98+115+173=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #6273AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6273AD is #9D8C52. Grayscale: #747474. Windows color (decimal): -10325075 or 11367266. OLE color: 11367266.
HSL color Cylindrical-coordinate representation of color #6273AD: hue angle of 226.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6273AD is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 115 | 173 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.32 |
| HSL | 226.4º | 0.31% | 0.53% | - |
| HSV(B) | 226.4º | 0.43% | 0.68% | - |
| XYZ | 18.71 | 17.88 | 42 | - |
| YUV | 116.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 173 | 0.43 | 0.34 | 0 | 0.32 | 226.4 | 0.31 | 0.53 |
| Hex | 62 | 73 | AD | 2B | 22 | 0 | 20 | E2 | 1F | 35 |
| Octal | 142 | 163 | 255 | 53 | 42 | 0 | 40 | 342 | 37 | 65 |
| Binary | 1100010 | 1110011 | 10101101 | 101011 | 100010 | 0 | 100000 | 11100010 | 11111 | 110101 |
Color Harmonies of #6273AD
Complementary color
Monochromatic Colors of #6273AD
Black with #6273AD
Text Example
Text Example
White with #6273AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273AD; }
p { color: rgb(98,115,173); }
H1.HeaderClassName
{
color: #6273AD;
}
.AnyTagClassName
{
color: #6273AD;
}
</style>
background-color css
<style>
a { background-color: #6273AD; }
a { background-color: rgb(98,115,173); }
div.DivClassName
{
background-color: #6273AD;
}
.BgClassName
{
background-color: #6273AD;
}
</style>
border-color css
<style>
span { border-color: #6273AD; }
span { border-color: rgb(98,115,173); }
td.TdClassName
{
border-color: #6273AD;
}
.TagClassName
{
border-color: #6273AD;
}
</style>