Shades of Chetwode Blue #6273CC
Tints of Chetwode Blue #6273CC
RGB
CMYK
RGB Variations
Color information
#6273CC (or 0x6273CC) is known color: Chetwode Blue. HEX triplet: 62, 73 and CC. RGB value is (98,115,204). Sum of RGB (Red+Green+Blue) = 98+115+204=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #6273CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6273CC is #9D8C33. Grayscale: #777777. Windows color (decimal): -10325044 or 13398882. OLE color: 13398882.
HSL color Cylindrical-coordinate representation of color #6273CC: hue angle of 230.38º degrees, saturation: 0.51, 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 #6273CC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 115 | 204 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.2 |
| HSL | 230.38º | 0.51% | 0.59% | - |
| HSV(B) | 230.38º | 0.52% | 0.8% | - |
| XYZ | 22.07 | 19.22 | 59.67 | - |
| YUV | 120.06 | 175.37 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 204 | 0.52 | 0.44 | 0 | 0.2 | 230.38 | 0.51 | 0.59 |
| Hex | 62 | 73 | CC | 34 | 2C | 0 | 14 | E6 | 33 | 3B |
| Octal | 142 | 163 | 314 | 64 | 54 | 0 | 24 | 346 | 63 | 73 |
| Binary | 1100010 | 1110011 | 11001100 | 110100 | 101100 | 0 | 10100 | 11100110 | 110011 | 111011 |
Color Harmonies of #6273CC
Complementary color
Monochromatic Colors of #6273CC
Black with #6273CC
Text Example
Text Example
White with #6273CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6273CC; }
p { color: rgb(98,115,204); }
H1.HeaderClassName
{
color: #6273CC;
}
.AnyTagClassName
{
color: #6273CC;
}
</style>
background-color css
<style>
a { background-color: #6273CC; }
a { background-color: rgb(98,115,204); }
div.DivClassName
{
background-color: #6273CC;
}
.BgClassName
{
background-color: #6273CC;
}
</style>
border-color css
<style>
span { border-color: #6273CC; }
span { border-color: rgb(98,115,204); }
td.TdClassName
{
border-color: #6273CC;
}
.TagClassName
{
border-color: #6273CC;
}
</style>