Shades of Chetwode Blue #6273CA
Tints of Chetwode Blue #6273CA
RGB
CMYK
RGB Variations
Color information
#6273CA (or 0x6273CA) is known color: Chetwode Blue. HEX triplet: 62, 73 and CA. RGB value is (98,115,202). Sum of RGB (Red+Green+Blue) = 98+115+202=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #6273CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273CA is #9D8C35. Grayscale: #777777. Windows color (decimal): -10325046 or 13267810. OLE color: 13267810.
HSL color Cylindrical-coordinate representation of color #6273CA: hue angle of 230.19º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6273CA is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 115 | 202 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.21 |
| HSL | 230.19º | 0.5% | 0.59% | - |
| HSV(B) | 230.19º | 0.51% | 0.79% | - |
| XYZ | 21.83 | 19.12 | 58.42 | - |
| YUV | 119.84 | 174.37 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 202 | 0.51 | 0.43 | 0 | 0.21 | 230.19 | 0.5 | 0.59 |
| Hex | 62 | 73 | CA | 33 | 2B | 0 | 15 | E6 | 32 | 3B |
| Octal | 142 | 163 | 312 | 63 | 53 | 0 | 25 | 346 | 62 | 73 |
| Binary | 1100010 | 1110011 | 11001010 | 110011 | 101011 | 0 | 10101 | 11100110 | 110010 | 111011 |
Color Harmonies of #6273CA
Complementary color
Monochromatic Colors of #6273CA
Black with #6273CA
Text Example
Text Example
White with #6273CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273CA; }
p { color: rgb(98,115,202); }
H1.HeaderClassName
{
color: #6273CA;
}
.AnyTagClassName
{
color: #6273CA;
}
</style>
background-color css
<style>
a { background-color: #6273CA; }
a { background-color: rgb(98,115,202); }
div.DivClassName
{
background-color: #6273CA;
}
.BgClassName
{
background-color: #6273CA;
}
</style>
border-color css
<style>
span { border-color: #6273CA; }
span { border-color: rgb(98,115,202); }
td.TdClassName
{
border-color: #6273CA;
}
.TagClassName
{
border-color: #6273CA;
}
</style>