Shades of Chetwode Blue #6978AB
Tints of Chetwode Blue #6978AB
RGB
CMYK
RGB Variations
Color information
#6978AB (or 0x6978AB) is known color: Chetwode Blue. HEX triplet: 69, 78 and AB. RGB value is (105,120,171). Sum of RGB (Red+Green+Blue) = 105+120+171=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #6978AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6978AB is #968754. Grayscale: #797979. Windows color (decimal): -9865045 or 11237481. OLE color: 11237481.
HSL color Cylindrical-coordinate representation of color #6978AB: hue angle of 226.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6978AB is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 120 | 171 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.33 |
| HSL | 226.36º | 0.28% | 0.54% | - |
| HSV(B) | 226.36º | 0.39% | 0.67% | - |
| XYZ | 19.89 | 19.38 | 41.22 | - |
| YUV | 121.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 171 | 0.39 | 0.30 | 0 | 0.33 | 226.36 | 0.28 | 0.54 |
| Hex | 69 | 78 | AB | 27 | 1E | 0 | 21 | E2 | 1C | 36 |
| Octal | 151 | 170 | 253 | 47 | 36 | 0 | 41 | 342 | 34 | 66 |
| Binary | 1101001 | 1111000 | 10101011 | 100111 | 11110 | 0 | 100001 | 11100010 | 11100 | 110110 |
Color Harmonies of #6978AB
Complementary color
Monochromatic Colors of #6978AB
Black with #6978AB
Text Example
Text Example
White with #6978AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978AB; }
p { color: rgb(105,120,171); }
H1.HeaderClassName
{
color: #6978AB;
}
.AnyTagClassName
{
color: #6978AB;
}
</style>
background-color css
<style>
a { background-color: #6978AB; }
a { background-color: rgb(105,120,171); }
div.DivClassName
{
background-color: #6978AB;
}
.BgClassName
{
background-color: #6978AB;
}
</style>
border-color css
<style>
span { border-color: #6978AB; }
span { border-color: rgb(105,120,171); }
td.TdClassName
{
border-color: #6978AB;
}
.TagClassName
{
border-color: #6978AB;
}
</style>