Shades of Chetwode Blue #6378BC
Tints of Chetwode Blue #6378BC
RGB
CMYK
RGB Variations
Color information
#6378BC (or 0x6378BC) is known color: Chetwode Blue. HEX triplet: 63, 78 and BC. RGB value is (99,120,188). Sum of RGB (Red+Green+Blue) = 99+120+188=407 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.32% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #6378BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378BC is #9C8743. Grayscale: #797979. Windows color (decimal): -10258244 or 12351587. OLE color: 12351587.
HSL color Cylindrical-coordinate representation of color #6378BC: hue angle of 225.84º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6378BC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 120 | 188 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.26 |
| HSL | 225.84º | 0.4% | 0.56% | - |
| HSV(B) | 225.84º | 0.47% | 0.74% | - |
| XYZ | 20.94 | 19.72 | 50.28 | - |
| YUV | 121.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 188 | 0.47 | 0.36 | 0 | 0.26 | 225.84 | 0.4 | 0.56 |
| Hex | 63 | 78 | BC | 2F | 24 | 0 | 1A | E2 | 28 | 38 |
| Octal | 143 | 170 | 274 | 57 | 44 | 0 | 32 | 342 | 50 | 70 |
| Binary | 1100011 | 1111000 | 10111100 | 101111 | 100100 | 0 | 11010 | 11100010 | 101000 | 111000 |
Color Harmonies of #6378BC
Complementary color
Monochromatic Colors of #6378BC
Black with #6378BC
Text Example
Text Example
White with #6378BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6378BC; }
p { color: rgb(99,120,188); }
H1.HeaderClassName
{
color: #6378BC;
}
.AnyTagClassName
{
color: #6378BC;
}
</style>
background-color css
<style>
a { background-color: #6378BC; }
a { background-color: rgb(99,120,188); }
div.DivClassName
{
background-color: #6378BC;
}
.BgClassName
{
background-color: #6378BC;
}
</style>
border-color css
<style>
span { border-color: #6378BC; }
span { border-color: rgb(99,120,188); }
td.TdClassName
{
border-color: #6378BC;
}
.TagClassName
{
border-color: #6378BC;
}
</style>