Shades of Chetwode Blue #6378AB
Tints of Chetwode Blue #6378AB
RGB
CMYK
RGB Variations
Color information
#6378AB (or 0x6378AB) is known color: Chetwode Blue. HEX triplet: 63, 78 and AB. RGB value is (99,120,171). Sum of RGB (Red+Green+Blue) = 99+120+171=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #6378AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6378AB is #9C8754. Grayscale: #777777. Windows color (decimal): -10258261 or 11237475. OLE color: 11237475.
HSL color Cylindrical-coordinate representation of color #6378AB: hue angle of 222.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6378AB is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 120 | 171 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.33 |
| HSL | 222.5º | 0.3% | 0.53% | - |
| HSV(B) | 222.5º | 0.42% | 0.67% | - |
| XYZ | 19.21 | 19.03 | 41.19 | - |
| YUV | 119.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 120 | 171 | 0.42 | 0.30 | 0 | 0.33 | 222.5 | 0.3 | 0.53 |
| Hex | 63 | 78 | AB | 2A | 1E | 0 | 21 | DE | 1E | 35 |
| Octal | 143 | 170 | 253 | 52 | 36 | 0 | 41 | 336 | 36 | 65 |
| Binary | 1100011 | 1111000 | 10101011 | 101010 | 11110 | 0 | 100001 | 11011110 | 11110 | 110101 |
Color Harmonies of #6378AB
Complementary color
Monochromatic Colors of #6378AB
Black with #6378AB
Text Example
Text Example
White with #6378AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6378AB; }
p { color: rgb(99,120,171); }
H1.HeaderClassName
{
color: #6378AB;
}
.AnyTagClassName
{
color: #6378AB;
}
</style>
background-color css
<style>
a { background-color: #6378AB; }
a { background-color: rgb(99,120,171); }
div.DivClassName
{
background-color: #6378AB;
}
.BgClassName
{
background-color: #6378AB;
}
</style>
border-color css
<style>
span { border-color: #6378AB; }
span { border-color: rgb(99,120,171); }
td.TdClassName
{
border-color: #6378AB;
}
.TagClassName
{
border-color: #6378AB;
}
</style>