Shades of Chetwode Blue #6273D1
Tints of Chetwode Blue #6273D1
RGB
CMYK
RGB Variations
Color information
#6273D1 (or 0x6273D1) is known color: Chetwode Blue. HEX triplet: 62, 73 and D1. RGB value is (98,115,209). Sum of RGB (Red+Green+Blue) = 98+115+209=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 209 (82.03% from 255 or 49.53% from 422); Max value from RGB is 209 - color contains mainly: blue. Hex color #6273D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273D1 is #9D8C2E. Grayscale: #787878. Windows color (decimal): -10325039 or 13726562. OLE color: 13726562.
HSL color Cylindrical-coordinate representation of color #6273D1: hue angle of 230.81º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6273D1 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 115 | 209 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.18 |
| HSL | 230.81º | 0.55% | 0.6% | - |
| HSV(B) | 230.81º | 0.53% | 0.82% | - |
| XYZ | 22.68 | 19.46 | 62.88 | - |
| YUV | 120.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 209 | 0.53 | 0.45 | 0 | 0.18 | 230.81 | 0.55 | 0.6 |
| Hex | 62 | 73 | D1 | 35 | 2D | 0 | 12 | E7 | 37 | 3C |
| Octal | 142 | 163 | 321 | 65 | 55 | 0 | 22 | 347 | 67 | 74 |
| Binary | 1100010 | 1110011 | 11010001 | 110101 | 101101 | 0 | 10010 | 11100111 | 110111 | 111100 |
Color Harmonies of #6273D1
Complementary color
Monochromatic Colors of #6273D1
Black with #6273D1
Text Example
Text Example
White with #6273D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273D1; }
p { color: rgb(98,115,209); }
H1.HeaderClassName
{
color: #6273D1;
}
.AnyTagClassName
{
color: #6273D1;
}
</style>
background-color css
<style>
a { background-color: #6273D1; }
a { background-color: rgb(98,115,209); }
div.DivClassName
{
background-color: #6273D1;
}
.BgClassName
{
background-color: #6273D1;
}
</style>
border-color css
<style>
span { border-color: #6273D1; }
span { border-color: rgb(98,115,209); }
td.TdClassName
{
border-color: #6273D1;
}
.TagClassName
{
border-color: #6273D1;
}
</style>