Shades of Chetwode Blue #6867AB
Tints of Chetwode Blue #6867AB
RGB
CMYK
RGB Variations
Color information
#6867AB (or 0x6867AB) is known color: Chetwode Blue. HEX triplet: 68, 67 and AB. RGB value is (104,103,171). Sum of RGB (Red+Green+Blue) = 104+103+171=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #6867AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6867AB is #979854. Grayscale: #6E6E6E. Windows color (decimal): -9934933 or 11233128. OLE color: 11233128.
HSL color Cylindrical-coordinate representation of color #6867AB: hue angle of 240.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6867AB is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 103 | 171 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.33 |
| HSL | 240.88º | 0.29% | 0.54% | - |
| HSV(B) | 240.88º | 0.4% | 0.67% | - |
| XYZ | 17.91 | 15.58 | 40.59 | - |
| YUV | 111.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 171 | 0.39 | 0.40 | 0 | 0.33 | 240.88 | 0.29 | 0.54 |
| Hex | 68 | 67 | AB | 27 | 28 | 0 | 21 | F1 | 1D | 36 |
| Octal | 150 | 147 | 253 | 47 | 50 | 0 | 41 | 361 | 35 | 66 |
| Binary | 1101000 | 1100111 | 10101011 | 100111 | 101000 | 0 | 100001 | 11110001 | 11101 | 110110 |
Color Harmonies of #6867AB
Complementary color
Monochromatic Colors of #6867AB
Black with #6867AB
Text Example
Text Example
White with #6867AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867AB; }
p { color: rgb(104,103,171); }
H1.HeaderClassName
{
color: #6867AB;
}
.AnyTagClassName
{
color: #6867AB;
}
</style>
background-color css
<style>
a { background-color: #6867AB; }
a { background-color: rgb(104,103,171); }
div.DivClassName
{
background-color: #6867AB;
}
.BgClassName
{
background-color: #6867AB;
}
</style>
border-color css
<style>
span { border-color: #6867AB; }
span { border-color: rgb(104,103,171); }
td.TdClassName
{
border-color: #6867AB;
}
.TagClassName
{
border-color: #6867AB;
}
</style>