Shades of Chetwode Blue #6979B5
Tints of Chetwode Blue #6979B5
RGB
CMYK
RGB Variations
Color information
#6979B5 (or 0x6979B5) is known color: Chetwode Blue. HEX triplet: 69, 79 and B5. RGB value is (105,121,181). Sum of RGB (Red+Green+Blue) = 105+121+181=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #6979B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979B5 is #96864A. Grayscale: #7A7A7A. Windows color (decimal): -9864779 or 11893097. OLE color: 11893097.
HSL color Cylindrical-coordinate representation of color #6979B5: hue angle of 227.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6979B5 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 121 | 181 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.29 |
| HSL | 227.37º | 0.34% | 0.56% | - |
| HSV(B) | 227.37º | 0.42% | 0.71% | - |
| XYZ | 21 | 20.01 | 46.47 | - |
| YUV | 123.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 181 | 0.42 | 0.33 | 0 | 0.29 | 227.37 | 0.34 | 0.56 |
| Hex | 69 | 79 | B5 | 2A | 21 | 0 | 1D | E3 | 22 | 38 |
| Octal | 151 | 171 | 265 | 52 | 41 | 0 | 35 | 343 | 42 | 70 |
| Binary | 1101001 | 1111001 | 10110101 | 101010 | 100001 | 0 | 11101 | 11100011 | 100010 | 111000 |
Color Harmonies of #6979B5
Complementary color
Monochromatic Colors of #6979B5
Black with #6979B5
Text Example
Text Example
White with #6979B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979B5; }
p { color: rgb(105,121,181); }
H1.HeaderClassName
{
color: #6979B5;
}
.AnyTagClassName
{
color: #6979B5;
}
</style>
background-color css
<style>
a { background-color: #6979B5; }
a { background-color: rgb(105,121,181); }
div.DivClassName
{
background-color: #6979B5;
}
.BgClassName
{
background-color: #6979B5;
}
</style>
border-color css
<style>
span { border-color: #6979B5; }
span { border-color: rgb(105,121,181); }
td.TdClassName
{
border-color: #6979B5;
}
.TagClassName
{
border-color: #6979B5;
}
</style>