Shades of Chetwode Blue #6978BB
Tints of Chetwode Blue #6978BB
RGB
CMYK
RGB Variations
Color information
#6978BB (or 0x6978BB) is known color: Chetwode Blue. HEX triplet: 69, 78 and BB. RGB value is (105,120,187). Sum of RGB (Red+Green+Blue) = 105+120+187=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #6978BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6978BB is #968744. Grayscale: #7A7A7A. Windows color (decimal): -9865029 or 12286057. OLE color: 12286057.
HSL color Cylindrical-coordinate representation of color #6978BB: hue angle of 229.02º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6978BB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 120 | 187 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.27 |
| HSL | 229.02º | 0.38% | 0.57% | - |
| HSV(B) | 229.02º | 0.44% | 0.73% | - |
| XYZ | 21.51 | 20.02 | 49.74 | - |
| YUV | 123.15 | 164.03 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 187 | 0.44 | 0.36 | 0 | 0.27 | 229.02 | 0.38 | 0.57 |
| Hex | 69 | 78 | BB | 2C | 24 | 0 | 1B | E5 | 26 | 39 |
| Octal | 151 | 170 | 273 | 54 | 44 | 0 | 33 | 345 | 46 | 71 |
| Binary | 1101001 | 1111000 | 10111011 | 101100 | 100100 | 0 | 11011 | 11100101 | 100110 | 111001 |
Color Harmonies of #6978BB
Complementary color
Monochromatic Colors of #6978BB
Black with #6978BB
Text Example
Text Example
White with #6978BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6978BB; }
p { color: rgb(105,120,187); }
H1.HeaderClassName
{
color: #6978BB;
}
.AnyTagClassName
{
color: #6978BB;
}
</style>
background-color css
<style>
a { background-color: #6978BB; }
a { background-color: rgb(105,120,187); }
div.DivClassName
{
background-color: #6978BB;
}
.BgClassName
{
background-color: #6978BB;
}
</style>
border-color css
<style>
span { border-color: #6978BB; }
span { border-color: rgb(105,120,187); }
td.TdClassName
{
border-color: #6978BB;
}
.TagClassName
{
border-color: #6978BB;
}
</style>