Shades of Chetwode Blue #6866AF
Tints of Chetwode Blue #6866AF
RGB
CMYK
RGB Variations
Color information
#6866AF (or 0x6866AF) is known color: Chetwode Blue. HEX triplet: 68, 66 and AF. RGB value is (104,102,175). Sum of RGB (Red+Green+Blue) = 104+102+175=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #6866AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866AF is #979950. Grayscale: #6E6E6E. Windows color (decimal): -9935185 or 11495016. OLE color: 11495016.
HSL color Cylindrical-coordinate representation of color #6866AF: hue angle of 241.64º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6866AF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 102 | 175 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.31 |
| HSL | 241.64º | 0.31% | 0.54% | - |
| HSV(B) | 241.64º | 0.42% | 0.69% | - |
| XYZ | 18.2 | 15.54 | 42.6 | - |
| YUV | 110.92 | 164.16 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 175 | 0.41 | 0.42 | 0 | 0.31 | 241.64 | 0.31 | 0.54 |
| Hex | 68 | 66 | AF | 29 | 2A | 0 | 1F | F2 | 1F | 36 |
| Octal | 150 | 146 | 257 | 51 | 52 | 0 | 37 | 362 | 37 | 66 |
| Binary | 1101000 | 1100110 | 10101111 | 101001 | 101010 | 0 | 11111 | 11110010 | 11111 | 110110 |
Color Harmonies of #6866AF
Complementary color
Monochromatic Colors of #6866AF
Black with #6866AF
Text Example
Text Example
White with #6866AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866AF; }
p { color: rgb(104,102,175); }
H1.HeaderClassName
{
color: #6866AF;
}
.AnyTagClassName
{
color: #6866AF;
}
</style>
background-color css
<style>
a { background-color: #6866AF; }
a { background-color: rgb(104,102,175); }
div.DivClassName
{
background-color: #6866AF;
}
.BgClassName
{
background-color: #6866AF;
}
</style>
border-color css
<style>
span { border-color: #6866AF; }
span { border-color: rgb(104,102,175); }
td.TdClassName
{
border-color: #6866AF;
}
.TagClassName
{
border-color: #6866AF;
}
</style>