Shades of Chetwode Blue #6866B7
Tints of Chetwode Blue #6866B7
RGB
CMYK
RGB Variations
Color information
#6866B7 (or 0x6866B7) is known color: Chetwode Blue. HEX triplet: 68, 66 and B7. RGB value is (104,102,183). Sum of RGB (Red+Green+Blue) = 104+102+183=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #6866B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6866B7 is #979948. Grayscale: #6F6F6F. Windows color (decimal): -9935177 or 12019304. OLE color: 12019304.
HSL color Cylindrical-coordinate representation of color #6866B7: hue angle of 241.48º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6866B7 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 102 | 183 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.28 |
| HSL | 241.48º | 0.36% | 0.56% | - |
| HSV(B) | 241.48º | 0.44% | 0.72% | - |
| XYZ | 19.01 | 15.86 | 46.86 | - |
| YUV | 111.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 183 | 0.43 | 0.44 | 0 | 0.28 | 241.48 | 0.36 | 0.56 |
| Hex | 68 | 66 | B7 | 2B | 2C | 0 | 1C | F1 | 24 | 38 |
| Octal | 150 | 146 | 267 | 53 | 54 | 0 | 34 | 361 | 44 | 70 |
| Binary | 1101000 | 1100110 | 10110111 | 101011 | 101100 | 0 | 11100 | 11110001 | 100100 | 111000 |
Color Harmonies of #6866B7
Complementary color
Monochromatic Colors of #6866B7
Black with #6866B7
Text Example
Text Example
White with #6866B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6866B7; }
p { color: rgb(104,102,183); }
H1.HeaderClassName
{
color: #6866B7;
}
.AnyTagClassName
{
color: #6866B7;
}
</style>
background-color css
<style>
a { background-color: #6866B7; }
a { background-color: rgb(104,102,183); }
div.DivClassName
{
background-color: #6866B7;
}
.BgClassName
{
background-color: #6866B7;
}
</style>
border-color css
<style>
span { border-color: #6866B7; }
span { border-color: rgb(104,102,183); }
td.TdClassName
{
border-color: #6866B7;
}
.TagClassName
{
border-color: #6866B7;
}
</style>