Shades of Chetwode Blue #6866AC
Tints of Chetwode Blue #6866AC
RGB
CMYK
RGB Variations
Color information
#6866AC (or 0x6866AC) is known color: Chetwode Blue. HEX triplet: 68, 66 and AC. RGB value is (104,102,172). Sum of RGB (Red+Green+Blue) = 104+102+172=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #6866AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AC is #979953. Grayscale: #6E6E6E. Windows color (decimal): -9935188 or 11298408. OLE color: 11298408.
HSL color Cylindrical-coordinate representation of color #6866AC: hue angle of 241.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 #6866AC is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 102 | 172 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.33 |
| HSL | 241.71º | 0.3% | 0.54% | - |
| HSV(B) | 241.71º | 0.41% | 0.67% | - |
| XYZ | 17.91 | 15.42 | 41.06 | - |
| YUV | 110.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 172 | 0.40 | 0.41 | 0 | 0.33 | 241.71 | 0.3 | 0.54 |
| Hex | 68 | 66 | AC | 28 | 29 | 0 | 21 | F2 | 1E | 36 |
| Octal | 150 | 146 | 254 | 50 | 51 | 0 | 41 | 362 | 36 | 66 |
| Binary | 1101000 | 1100110 | 10101100 | 101000 | 101001 | 0 | 100001 | 11110010 | 11110 | 110110 |
Color Harmonies of #6866AC
Complementary color
Monochromatic Colors of #6866AC
Black with #6866AC
Text Example
Text Example
White with #6866AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866AC; }
p { color: rgb(104,102,172); }
H1.HeaderClassName
{
color: #6866AC;
}
.AnyTagClassName
{
color: #6866AC;
}
</style>
background-color css
<style>
a { background-color: #6866AC; }
a { background-color: rgb(104,102,172); }
div.DivClassName
{
background-color: #6866AC;
}
.BgClassName
{
background-color: #6866AC;
}
</style>
border-color css
<style>
span { border-color: #6866AC; }
span { border-color: rgb(104,102,172); }
td.TdClassName
{
border-color: #6866AC;
}
.TagClassName
{
border-color: #6866AC;
}
</style>