Shades of Chetwode Blue #6979BA
Tints of Chetwode Blue #6979BA
RGB
CMYK
RGB Variations
Color information
#6979BA (or 0x6979BA) is known color: Chetwode Blue. HEX triplet: 69, 79 and BA. RGB value is (105,121,186). Sum of RGB (Red+Green+Blue) = 105+121+186=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #6979BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979BA is #968645. Grayscale: #7B7B7B. Windows color (decimal): -9864774 or 12220777. OLE color: 12220777.
HSL color Cylindrical-coordinate representation of color #6979BA: hue angle of 228.15º degrees, saturation: 0.37, 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 #6979BA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 121 | 186 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.27 |
| HSL | 228.15º | 0.37% | 0.57% | - |
| HSV(B) | 228.15º | 0.44% | 0.73% | - |
| XYZ | 21.53 | 20.22 | 49.22 | - |
| YUV | 123.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 186 | 0.44 | 0.35 | 0 | 0.27 | 228.15 | 0.37 | 0.57 |
| Hex | 69 | 79 | BA | 2C | 23 | 0 | 1B | E4 | 25 | 39 |
| Octal | 151 | 171 | 272 | 54 | 43 | 0 | 33 | 344 | 45 | 71 |
| Binary | 1101001 | 1111001 | 10111010 | 101100 | 100011 | 0 | 11011 | 11100100 | 100101 | 111001 |
Color Harmonies of #6979BA
Complementary color
Monochromatic Colors of #6979BA
Black with #6979BA
Text Example
Text Example
White with #6979BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979BA; }
p { color: rgb(105,121,186); }
H1.HeaderClassName
{
color: #6979BA;
}
.AnyTagClassName
{
color: #6979BA;
}
</style>
background-color css
<style>
a { background-color: #6979BA; }
a { background-color: rgb(105,121,186); }
div.DivClassName
{
background-color: #6979BA;
}
.BgClassName
{
background-color: #6979BA;
}
</style>
border-color css
<style>
span { border-color: #6979BA; }
span { border-color: rgb(105,121,186); }
td.TdClassName
{
border-color: #6979BA;
}
.TagClassName
{
border-color: #6979BA;
}
</style>