Shades of Chetwode Blue #6979D0
Tints of Chetwode Blue #6979D0
RGB
CMYK
RGB Variations
Color information
#6979D0 (or 0x6979D0) is known color: Chetwode Blue. HEX triplet: 69, 79 and D0. RGB value is (105,121,208). Sum of RGB (Red+Green+Blue) = 105+121+208=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #6979D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979D0 is #96862F. Grayscale: #7D7D7D. Windows color (decimal): -9864752 or 13662569. OLE color: 13662569.
HSL color Cylindrical-coordinate representation of color #6979D0: hue angle of 230.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6979D0 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 121 | 208 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.18 |
| HSL | 230.68º | 0.52% | 0.61% | - |
| HSV(B) | 230.68º | 0.5% | 0.82% | - |
| XYZ | 24.05 | 21.23 | 62.51 | - |
| YUV | 126.13 | 174.2 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 208 | 0.50 | 0.42 | 0 | 0.18 | 230.68 | 0.52 | 0.61 |
| Hex | 69 | 79 | D0 | 32 | 2A | 0 | 12 | E7 | 34 | 3D |
| Octal | 151 | 171 | 320 | 62 | 52 | 0 | 22 | 347 | 64 | 75 |
| Binary | 1101001 | 1111001 | 11010000 | 110010 | 101010 | 0 | 10010 | 11100111 | 110100 | 111101 |
Color Harmonies of #6979D0
Complementary color
Monochromatic Colors of #6979D0
Black with #6979D0
Text Example
Text Example
White with #6979D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979D0; }
p { color: rgb(105,121,208); }
H1.HeaderClassName
{
color: #6979D0;
}
.AnyTagClassName
{
color: #6979D0;
}
</style>
background-color css
<style>
a { background-color: #6979D0; }
a { background-color: rgb(105,121,208); }
div.DivClassName
{
background-color: #6979D0;
}
.BgClassName
{
background-color: #6979D0;
}
</style>
border-color css
<style>
span { border-color: #6979D0; }
span { border-color: rgb(105,121,208); }
td.TdClassName
{
border-color: #6979D0;
}
.TagClassName
{
border-color: #6979D0;
}
</style>