Shades of Chetwode Blue #6867BB
Tints of Chetwode Blue #6867BB
RGB
CMYK
RGB Variations
Color information
#6867BB (or 0x6867BB) is known color: Chetwode Blue. HEX triplet: 68, 67 and BB. RGB value is (104,103,187). Sum of RGB (Red+Green+Blue) = 104+103+187=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #6867BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6867BB is #979844. Grayscale: #707070. Windows color (decimal): -9934917 or 12281704. OLE color: 12281704.
HSL color Cylindrical-coordinate representation of color #6867BB: hue angle of 240.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6867BB is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 103 | 187 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.27 |
| HSL | 240.71º | 0.38% | 0.57% | - |
| HSV(B) | 240.71º | 0.45% | 0.73% | - |
| XYZ | 19.53 | 16.23 | 49.12 | - |
| YUV | 112.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 187 | 0.44 | 0.45 | 0 | 0.27 | 240.71 | 0.38 | 0.57 |
| Hex | 68 | 67 | BB | 2C | 2D | 0 | 1B | F1 | 26 | 39 |
| Octal | 150 | 147 | 273 | 54 | 55 | 0 | 33 | 361 | 46 | 71 |
| Binary | 1101000 | 1100111 | 10111011 | 101100 | 101101 | 0 | 11011 | 11110001 | 100110 | 111001 |
Color Harmonies of #6867BB
Complementary color
Monochromatic Colors of #6867BB
Black with #6867BB
Text Example
Text Example
White with #6867BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6867BB; }
p { color: rgb(104,103,187); }
H1.HeaderClassName
{
color: #6867BB;
}
.AnyTagClassName
{
color: #6867BB;
}
</style>
background-color css
<style>
a { background-color: #6867BB; }
a { background-color: rgb(104,103,187); }
div.DivClassName
{
background-color: #6867BB;
}
.BgClassName
{
background-color: #6867BB;
}
</style>
border-color css
<style>
span { border-color: #6867BB; }
span { border-color: rgb(104,103,187); }
td.TdClassName
{
border-color: #6867BB;
}
.TagClassName
{
border-color: #6867BB;
}
</style>