Shades of Chetwode Blue #6866BC
Tints of Chetwode Blue #6866BC
RGB
CMYK
RGB Variations
Color information
#6866BC (or 0x6866BC) is known color: Chetwode Blue. HEX triplet: 68, 66 and BC. RGB value is (104,102,188). Sum of RGB (Red+Green+Blue) = 104+102+188=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #6866BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866BC is #979943. Grayscale: #707070. Windows color (decimal): -9935172 or 12346984. OLE color: 12346984.
HSL color Cylindrical-coordinate representation of color #6866BC: hue angle of 241.4º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6866BC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 102 | 188 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.26 |
| HSL | 241.4º | 0.39% | 0.57% | - |
| HSV(B) | 241.4º | 0.46% | 0.74% | - |
| XYZ | 19.54 | 16.08 | 49.65 | - |
| YUV | 112.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 188 | 0.45 | 0.46 | 0 | 0.26 | 241.4 | 0.39 | 0.57 |
| Hex | 68 | 66 | BC | 2D | 2E | 0 | 1A | F1 | 27 | 39 |
| Octal | 150 | 146 | 274 | 55 | 56 | 0 | 32 | 361 | 47 | 71 |
| Binary | 1101000 | 1100110 | 10111100 | 101101 | 101110 | 0 | 11010 | 11110001 | 100111 | 111001 |
Color Harmonies of #6866BC
Complementary color
Monochromatic Colors of #6866BC
Black with #6866BC
Text Example
Text Example
White with #6866BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866BC; }
p { color: rgb(104,102,188); }
H1.HeaderClassName
{
color: #6866BC;
}
.AnyTagClassName
{
color: #6866BC;
}
</style>
background-color css
<style>
a { background-color: #6866BC; }
a { background-color: rgb(104,102,188); }
div.DivClassName
{
background-color: #6866BC;
}
.BgClassName
{
background-color: #6866BC;
}
</style>
border-color css
<style>
span { border-color: #6866BC; }
span { border-color: rgb(104,102,188); }
td.TdClassName
{
border-color: #6866BC;
}
.TagClassName
{
border-color: #6866BC;
}
</style>