Shades of Chetwode Blue #6979CC
Tints of Chetwode Blue #6979CC
RGB
CMYK
RGB Variations
Color information
#6979CC (or 0x6979CC) is known color: Chetwode Blue. HEX triplet: 69, 79 and CC. RGB value is (105,121,204). Sum of RGB (Red+Green+Blue) = 105+121+204=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #6979CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6979CC is #968633. Grayscale: #7D7D7D. Windows color (decimal): -9864756 or 13400425. OLE color: 13400425.
HSL color Cylindrical-coordinate representation of color #6979CC: hue angle of 230.3º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6979CC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 121 | 204 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.2 |
| HSL | 230.3º | 0.49% | 0.61% | - |
| HSV(B) | 230.3º | 0.49% | 0.8% | - |
| XYZ | 23.56 | 21.04 | 59.95 | - |
| YUV | 125.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 204 | 0.49 | 0.41 | 0 | 0.2 | 230.3 | 0.49 | 0.61 |
| Hex | 69 | 79 | CC | 31 | 29 | 0 | 14 | E6 | 31 | 3D |
| Octal | 151 | 171 | 314 | 61 | 51 | 0 | 24 | 346 | 61 | 75 |
| Binary | 1101001 | 1111001 | 11001100 | 110001 | 101001 | 0 | 10100 | 11100110 | 110001 | 111101 |
Color Harmonies of #6979CC
Complementary color
Monochromatic Colors of #6979CC
Black with #6979CC
Text Example
Text Example
White with #6979CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6979CC; }
p { color: rgb(105,121,204); }
H1.HeaderClassName
{
color: #6979CC;
}
.AnyTagClassName
{
color: #6979CC;
}
</style>
background-color css
<style>
a { background-color: #6979CC; }
a { background-color: rgb(105,121,204); }
div.DivClassName
{
background-color: #6979CC;
}
.BgClassName
{
background-color: #6979CC;
}
</style>
border-color css
<style>
span { border-color: #6979CC; }
span { border-color: rgb(105,121,204); }
td.TdClassName
{
border-color: #6979CC;
}
.TagClassName
{
border-color: #6979CC;
}
</style>