Shades of Chetwode Blue #6273CD
Tints of Chetwode Blue #6273CD
RGB
CMYK
RGB Variations
Color information
#6273CD (or 0x6273CD) is known color: Chetwode Blue. HEX triplet: 62, 73 and CD. RGB value is (98,115,205). Sum of RGB (Red+Green+Blue) = 98+115+205=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #6273CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273CD is #9D8C32. Grayscale: #777777. Windows color (decimal): -10325043 or 13464418. OLE color: 13464418.
HSL color Cylindrical-coordinate representation of color #6273CD: hue angle of 230.47º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6273CD is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 115 | 205 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.20 |
| HSL | 230.47º | 0.52% | 0.59% | - |
| HSV(B) | 230.47º | 0.52% | 0.8% | - |
| XYZ | 22.19 | 19.27 | 60.31 | - |
| YUV | 120.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 205 | 0.52 | 0.44 | 0 | 0.20 | 230.47 | 0.52 | 0.59 |
| Hex | 62 | 73 | CD | 34 | 2C | 0 | 14 | E6 | 34 | 3B |
| Octal | 142 | 163 | 315 | 64 | 54 | 0 | 24 | 346 | 64 | 73 |
| Binary | 1100010 | 1110011 | 11001101 | 110100 | 101100 | 0 | 10100 | 11100110 | 110100 | 111011 |
Color Harmonies of #6273CD
Complementary color
Monochromatic Colors of #6273CD
Black with #6273CD
Text Example
Text Example
White with #6273CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273CD; }
p { color: rgb(98,115,205); }
H1.HeaderClassName
{
color: #6273CD;
}
.AnyTagClassName
{
color: #6273CD;
}
</style>
background-color css
<style>
a { background-color: #6273CD; }
a { background-color: rgb(98,115,205); }
div.DivClassName
{
background-color: #6273CD;
}
.BgClassName
{
background-color: #6273CD;
}
</style>
border-color css
<style>
span { border-color: #6273CD; }
span { border-color: rgb(98,115,205); }
td.TdClassName
{
border-color: #6273CD;
}
.TagClassName
{
border-color: #6273CD;
}
</style>