Shades of Chetwode Blue #6276CC
Tints of Chetwode Blue #6276CC
RGB
CMYK
RGB Variations
Color information
#6276CC (or 0x6276CC) is known color: Chetwode Blue. HEX triplet: 62, 76 and CC. RGB value is (98,118,204). Sum of RGB (Red+Green+Blue) = 98+118+204=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #6276CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6276CC is #9D8933. Grayscale: #797979. Windows color (decimal): -10324276 or 13399650. OLE color: 13399650.
HSL color Cylindrical-coordinate representation of color #6276CC: hue angle of 228.68º 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 #6276CC is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 118 | 204 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.2 |
| HSL | 228.68º | 0.51% | 0.59% | - |
| HSV(B) | 228.68º | 0.52% | 0.8% | - |
| XYZ | 22.41 | 19.91 | 59.79 | - |
| YUV | 121.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 204 | 0.52 | 0.42 | 0 | 0.2 | 228.68 | 0.51 | 0.59 |
| Hex | 62 | 76 | CC | 34 | 2A | 0 | 14 | E5 | 33 | 3B |
| Octal | 142 | 166 | 314 | 64 | 52 | 0 | 24 | 345 | 63 | 73 |
| Binary | 1100010 | 1110110 | 11001100 | 110100 | 101010 | 0 | 10100 | 11100101 | 110011 | 111011 |
Color Harmonies of #6276CC
Complementary color
Monochromatic Colors of #6276CC
Black with #6276CC
Text Example
Text Example
White with #6276CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6276CC; }
p { color: rgb(98,118,204); }
H1.HeaderClassName
{
color: #6276CC;
}
.AnyTagClassName
{
color: #6276CC;
}
</style>
background-color css
<style>
a { background-color: #6276CC; }
a { background-color: rgb(98,118,204); }
div.DivClassName
{
background-color: #6276CC;
}
.BgClassName
{
background-color: #6276CC;
}
</style>
border-color css
<style>
span { border-color: #6276CC; }
span { border-color: rgb(98,118,204); }
td.TdClassName
{
border-color: #6276CC;
}
.TagClassName
{
border-color: #6276CC;
}
</style>