Shades of Chetwode Blue #6273BC
Tints of Chetwode Blue #6273BC
RGB
CMYK
RGB Variations
Color information
#6273BC (or 0x6273BC) is known color: Chetwode Blue. HEX triplet: 62, 73 and BC. RGB value is (98,115,188). Sum of RGB (Red+Green+Blue) = 98+115+188=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #6273BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273BC is #9D8C43. Grayscale: #757575. Windows color (decimal): -10325060 or 12350306. OLE color: 12350306.
HSL color Cylindrical-coordinate representation of color #6273BC: hue angle of 228.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6273BC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 115 | 188 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.26 |
| HSL | 228.67º | 0.4% | 0.56% | - |
| HSV(B) | 228.67º | 0.48% | 0.74% | - |
| XYZ | 20.24 | 18.49 | 50.08 | - |
| YUV | 118.24 | 167.37 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 188 | 0.48 | 0.39 | 0 | 0.26 | 228.67 | 0.4 | 0.56 |
| Hex | 62 | 73 | BC | 30 | 27 | 0 | 1A | E5 | 28 | 38 |
| Octal | 142 | 163 | 274 | 60 | 47 | 0 | 32 | 345 | 50 | 70 |
| Binary | 1100010 | 1110011 | 10111100 | 110000 | 100111 | 0 | 11010 | 11100101 | 101000 | 111000 |
Color Harmonies of #6273BC
Complementary color
Monochromatic Colors of #6273BC
Black with #6273BC
Text Example
Text Example
White with #6273BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273BC; }
p { color: rgb(98,115,188); }
H1.HeaderClassName
{
color: #6273BC;
}
.AnyTagClassName
{
color: #6273BC;
}
</style>
background-color css
<style>
a { background-color: #6273BC; }
a { background-color: rgb(98,115,188); }
div.DivClassName
{
background-color: #6273BC;
}
.BgClassName
{
background-color: #6273BC;
}
</style>
border-color css
<style>
span { border-color: #6273BC; }
span { border-color: rgb(98,115,188); }
td.TdClassName
{
border-color: #6273BC;
}
.TagClassName
{
border-color: #6273BC;
}
</style>