Shades of Chetwode Blue #6679AC
Tints of Chetwode Blue #6679AC
RGB
CMYK
RGB Variations
Color information
#6679AC (or 0x6679AC) is known color: Chetwode Blue. HEX triplet: 66, 79 and AC. RGB value is (102,121,172). Sum of RGB (Red+Green+Blue) = 102+121+172=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #6679AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6679AC is #998653. Grayscale: #787878. Windows color (decimal): -10061396 or 11303270. OLE color: 11303270.
HSL color Cylindrical-coordinate representation of color #6679AC: hue angle of 223.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6679AC is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 121 | 172 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.33 |
| HSL | 223.71º | 0.3% | 0.54% | - |
| HSV(B) | 223.71º | 0.41% | 0.67% | - |
| XYZ | 19.76 | 19.48 | 41.75 | - |
| YUV | 121.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 172 | 0.41 | 0.30 | 0 | 0.33 | 223.71 | 0.3 | 0.54 |
| Hex | 66 | 79 | AC | 29 | 1E | 0 | 21 | E0 | 1E | 36 |
| Octal | 146 | 171 | 254 | 51 | 36 | 0 | 41 | 340 | 36 | 66 |
| Binary | 1100110 | 1111001 | 10101100 | 101001 | 11110 | 0 | 100001 | 11100000 | 11110 | 110110 |
Color Harmonies of #6679AC
Complementary color
Monochromatic Colors of #6679AC
Black with #6679AC
Text Example
Text Example
White with #6679AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6679AC; }
p { color: rgb(102,121,172); }
H1.HeaderClassName
{
color: #6679AC;
}
.AnyTagClassName
{
color: #6679AC;
}
</style>
background-color css
<style>
a { background-color: #6679AC; }
a { background-color: rgb(102,121,172); }
div.DivClassName
{
background-color: #6679AC;
}
.BgClassName
{
background-color: #6679AC;
}
</style>
border-color css
<style>
span { border-color: #6679AC; }
span { border-color: rgb(102,121,172); }
td.TdClassName
{
border-color: #6679AC;
}
.TagClassName
{
border-color: #6679AC;
}
</style>