Shades of Chetwode Blue #6979C4
Tints of Chetwode Blue #6979C4
RGB
CMYK
RGB Variations
Color information
#6979C4 (or 0x6979C4) is known color: Chetwode Blue. HEX triplet: 69, 79 and C4. RGB value is (105,121,196). Sum of RGB (Red+Green+Blue) = 105+121+196=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #6979C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979C4 is #96863B. Grayscale: #7C7C7C. Windows color (decimal): -9864764 or 12876137. OLE color: 12876137.
HSL color Cylindrical-coordinate representation of color #6979C4: hue angle of 229.45º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6979C4 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 121 | 196 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.23 |
| HSL | 229.45º | 0.44% | 0.59% | - |
| HSV(B) | 229.45º | 0.46% | 0.77% | - |
| XYZ | 22.63 | 20.66 | 55.02 | - |
| YUV | 124.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 196 | 0.46 | 0.38 | 0 | 0.23 | 229.45 | 0.44 | 0.59 |
| Hex | 69 | 79 | C4 | 2E | 26 | 0 | 17 | E5 | 2C | 3B |
| Octal | 151 | 171 | 304 | 56 | 46 | 0 | 27 | 345 | 54 | 73 |
| Binary | 1101001 | 1111001 | 11000100 | 101110 | 100110 | 0 | 10111 | 11100101 | 101100 | 111011 |
Color Harmonies of #6979C4
Complementary color
Monochromatic Colors of #6979C4
Black with #6979C4
Text Example
Text Example
White with #6979C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979C4; }
p { color: rgb(105,121,196); }
H1.HeaderClassName
{
color: #6979C4;
}
.AnyTagClassName
{
color: #6979C4;
}
</style>
background-color css
<style>
a { background-color: #6979C4; }
a { background-color: rgb(105,121,196); }
div.DivClassName
{
background-color: #6979C4;
}
.BgClassName
{
background-color: #6979C4;
}
</style>
border-color css
<style>
span { border-color: #6979C4; }
span { border-color: rgb(105,121,196); }
td.TdClassName
{
border-color: #6979C4;
}
.TagClassName
{
border-color: #6979C4;
}
</style>