Shades of Chetwode Blue #6866B0
Tints of Chetwode Blue #6866B0
RGB
CMYK
RGB Variations
Color information
#6866B0 (or 0x6866B0) is known color: Chetwode Blue. HEX triplet: 68, 66 and B0. RGB value is (104,102,176). Sum of RGB (Red+Green+Blue) = 104+102+176=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #6866B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6866B0 is #97994F. Grayscale: #6E6E6E. Windows color (decimal): -9935184 or 11560552. OLE color: 11560552.
HSL color Cylindrical-coordinate representation of color #6866B0: hue angle of 241.62º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6866B0 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 102 | 176 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.31 |
| HSL | 241.62º | 0.32% | 0.55% | - |
| HSV(B) | 241.62º | 0.42% | 0.69% | - |
| XYZ | 18.3 | 15.58 | 43.12 | - |
| YUV | 111.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 176 | 0.41 | 0.42 | 0 | 0.31 | 241.62 | 0.32 | 0.55 |
| Hex | 68 | 66 | B0 | 29 | 2A | 0 | 1F | F2 | 20 | 37 |
| Octal | 150 | 146 | 260 | 51 | 52 | 0 | 37 | 362 | 40 | 67 |
| Binary | 1101000 | 1100110 | 10110000 | 101001 | 101010 | 0 | 11111 | 11110010 | 100000 | 110111 |
Color Harmonies of #6866B0
Complementary color
Monochromatic Colors of #6866B0
Black with #6866B0
Text Example
Text Example
White with #6866B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866B0; }
p { color: rgb(104,102,176); }
H1.HeaderClassName
{
color: #6866B0;
}
.AnyTagClassName
{
color: #6866B0;
}
</style>
background-color css
<style>
a { background-color: #6866B0; }
a { background-color: rgb(104,102,176); }
div.DivClassName
{
background-color: #6866B0;
}
.BgClassName
{
background-color: #6866B0;
}
</style>
border-color css
<style>
span { border-color: #6866B0; }
span { border-color: rgb(104,102,176); }
td.TdClassName
{
border-color: #6866B0;
}
.TagClassName
{
border-color: #6866B0;
}
</style>