Shades of Chetwode Blue #6376D6
Tints of Chetwode Blue #6376D6
RGB
CMYK
RGB Variations
Color information
#6376D6 (or 0x6376D6) is known color: Chetwode Blue. HEX triplet: 63, 76 and D6. RGB value is (99,118,214). Sum of RGB (Red+Green+Blue) = 99+118+214=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #6376D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376D6 is #9C8929. Grayscale: #7A7A7A. Windows color (decimal): -10258730 or 14055011. OLE color: 14055011.
HSL color Cylindrical-coordinate representation of color #6376D6: hue angle of 230.09º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6376D6 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 118 | 214 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.16 |
| HSL | 230.09º | 0.58% | 0.61% | - |
| HSV(B) | 230.09º | 0.54% | 0.84% | - |
| XYZ | 23.76 | 20.46 | 66.32 | - |
| YUV | 123.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 214 | 0.54 | 0.45 | 0 | 0.16 | 230.09 | 0.58 | 0.61 |
| Hex | 63 | 76 | D6 | 36 | 2D | 0 | 10 | E6 | 3A | 3D |
| Octal | 143 | 166 | 326 | 66 | 55 | 0 | 20 | 346 | 72 | 75 |
| Binary | 1100011 | 1110110 | 11010110 | 110110 | 101101 | 0 | 10000 | 11100110 | 111010 | 111101 |
Color Harmonies of #6376D6
Complementary color
Monochromatic Colors of #6376D6
Black with #6376D6
Text Example
Text Example
White with #6376D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376D6; }
p { color: rgb(99,118,214); }
H1.HeaderClassName
{
color: #6376D6;
}
.AnyTagClassName
{
color: #6376D6;
}
</style>
background-color css
<style>
a { background-color: #6376D6; }
a { background-color: rgb(99,118,214); }
div.DivClassName
{
background-color: #6376D6;
}
.BgClassName
{
background-color: #6376D6;
}
</style>
border-color css
<style>
span { border-color: #6376D6; }
span { border-color: rgb(99,118,214); }
td.TdClassName
{
border-color: #6376D6;
}
.TagClassName
{
border-color: #6376D6;
}
</style>