Shades of Chetwode Blue #6271CC
Tints of Chetwode Blue #6271CC
RGB
CMYK
RGB Variations
Color information
#6271CC (or 0x6271CC) is known color: Chetwode Blue. HEX triplet: 62, 71 and CC. RGB value is (98,113,204). Sum of RGB (Red+Green+Blue) = 98+113+204=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #6271CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271CC is #9D8E33. Grayscale: #767676. Windows color (decimal): -10325556 or 13398370. OLE color: 13398370.
HSL color Cylindrical-coordinate representation of color #6271CC: hue angle of 231.51º 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 #6271CC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 113 | 204 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.2 |
| HSL | 231.51º | 0.51% | 0.59% | - |
| HSV(B) | 231.51º | 0.52% | 0.8% | - |
| XYZ | 21.84 | 18.77 | 59.6 | - |
| YUV | 118.89 | 176.03 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 204 | 0.52 | 0.45 | 0 | 0.2 | 231.51 | 0.51 | 0.59 |
| Hex | 62 | 71 | CC | 34 | 2D | 0 | 14 | E8 | 33 | 3B |
| Octal | 142 | 161 | 314 | 64 | 55 | 0 | 24 | 350 | 63 | 73 |
| Binary | 1100010 | 1110001 | 11001100 | 110100 | 101101 | 0 | 10100 | 11101000 | 110011 | 111011 |
Color Harmonies of #6271CC
Complementary color
Monochromatic Colors of #6271CC
Black with #6271CC
Text Example
Text Example
White with #6271CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6271CC; }
p { color: rgb(98,113,204); }
H1.HeaderClassName
{
color: #6271CC;
}
.AnyTagClassName
{
color: #6271CC;
}
</style>
background-color css
<style>
a { background-color: #6271CC; }
a { background-color: rgb(98,113,204); }
div.DivClassName
{
background-color: #6271CC;
}
.BgClassName
{
background-color: #6271CC;
}
</style>
border-color css
<style>
span { border-color: #6271CC; }
span { border-color: rgb(98,113,204); }
td.TdClassName
{
border-color: #6271CC;
}
.TagClassName
{
border-color: #6271CC;
}
</style>