Shades of Chetwode Blue #6274AD
Tints of Chetwode Blue #6274AD
RGB
CMYK
RGB Variations
Color information
#6274AD (or 0x6274AD) is known color: Chetwode Blue. HEX triplet: 62, 74 and AD. RGB value is (98,116,173). Sum of RGB (Red+Green+Blue) = 98+116+173=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #6274AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6274AD is #9D8B52. Grayscale: #747474. Windows color (decimal): -10324819 or 11367522. OLE color: 11367522.
HSL color Cylindrical-coordinate representation of color #6274AD: hue angle of 225.6º 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 #6274AD is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 116 | 173 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.32 |
| HSL | 225.6º | 0.31% | 0.53% | - |
| HSV(B) | 225.6º | 0.43% | 0.68% | - |
| XYZ | 18.83 | 18.1 | 42.04 | - |
| YUV | 117.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 173 | 0.43 | 0.33 | 0 | 0.32 | 225.6 | 0.31 | 0.53 |
| Hex | 62 | 74 | AD | 2B | 21 | 0 | 20 | E2 | 1F | 35 |
| Octal | 142 | 164 | 255 | 53 | 41 | 0 | 40 | 342 | 37 | 65 |
| Binary | 1100010 | 1110100 | 10101101 | 101011 | 100001 | 0 | 100000 | 11100010 | 11111 | 110101 |
Color Harmonies of #6274AD
Complementary color
Monochromatic Colors of #6274AD
Black with #6274AD
Text Example
Text Example
White with #6274AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6274AD; }
p { color: rgb(98,116,173); }
H1.HeaderClassName
{
color: #6274AD;
}
.AnyTagClassName
{
color: #6274AD;
}
</style>
background-color css
<style>
a { background-color: #6274AD; }
a { background-color: rgb(98,116,173); }
div.DivClassName
{
background-color: #6274AD;
}
.BgClassName
{
background-color: #6274AD;
}
</style>
border-color css
<style>
span { border-color: #6274AD; }
span { border-color: rgb(98,116,173); }
td.TdClassName
{
border-color: #6274AD;
}
.TagClassName
{
border-color: #6274AD;
}
</style>