Shades of Chetwode Blue #6376D4
Tints of Chetwode Blue #6376D4
RGB
CMYK
RGB Variations
Color information
#6376D4 (or 0x6376D4) is known color: Chetwode Blue. HEX triplet: 63, 76 and D4. RGB value is (99,118,212). Sum of RGB (Red+Green+Blue) = 99+118+212=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 212 (83.20% from 255 or 49.42% from 429); Max value from RGB is 212 - color contains mainly: blue. Hex color #6376D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376D4 is #9C892B. Grayscale: #7A7A7A. Windows color (decimal): -10258732 or 13923939. OLE color: 13923939.
HSL color Cylindrical-coordinate representation of color #6376D4: hue angle of 229.91º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6376D4 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 118 | 212 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.17 |
| HSL | 229.91º | 0.57% | 0.61% | - |
| HSV(B) | 229.91º | 0.53% | 0.83% | - |
| XYZ | 23.51 | 20.36 | 64.98 | - |
| YUV | 123.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 212 | 0.53 | 0.44 | 0 | 0.17 | 229.91 | 0.57 | 0.61 |
| Hex | 63 | 76 | D4 | 35 | 2C | 0 | 11 | E6 | 39 | 3D |
| Octal | 143 | 166 | 324 | 65 | 54 | 0 | 21 | 346 | 71 | 75 |
| Binary | 1100011 | 1110110 | 11010100 | 110101 | 101100 | 0 | 10001 | 11100110 | 111001 | 111101 |
Color Harmonies of #6376D4
Complementary color
Monochromatic Colors of #6376D4
Black with #6376D4
Text Example
Text Example
White with #6376D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6376D4; }
p { color: rgb(99,118,212); }
H1.HeaderClassName
{
color: #6376D4;
}
.AnyTagClassName
{
color: #6376D4;
}
</style>
background-color css
<style>
a { background-color: #6376D4; }
a { background-color: rgb(99,118,212); }
div.DivClassName
{
background-color: #6376D4;
}
.BgClassName
{
background-color: #6376D4;
}
</style>
border-color css
<style>
span { border-color: #6376D4; }
span { border-color: rgb(99,118,212); }
td.TdClassName
{
border-color: #6376D4;
}
.TagClassName
{
border-color: #6376D4;
}
</style>