Shades of Chetwode Blue #6C6BBF
Tints of Chetwode Blue #6C6BBF
RGB
CMYK
RGB Variations
Color information
#6C6BBF (or 0x6C6BBF) is known color: Chetwode Blue. HEX triplet: 6C, 6B and BF. RGB value is (108,107,191). Sum of RGB (Red+Green+Blue) = 108+107+191=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BBF is #939440. Grayscale: #747474. Windows color (decimal): -9671745 or 12544876. OLE color: 12544876.
HSL color Cylindrical-coordinate representation of color #6C6BBF: hue angle of 240.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C6BBF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 107 | 191 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.25 |
| HSL | 240.71º | 0.4% | 0.58% | - |
| HSV(B) | 240.71º | 0.44% | 0.75% | - |
| XYZ | 20.85 | 17.47 | 51.56 | - |
| YUV | 116.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 191 | 0.43 | 0.44 | 0 | 0.25 | 240.71 | 0.4 | 0.58 |
| Hex | 6C | 6B | BF | 2B | 2C | 0 | 19 | F1 | 28 | 3A |
| Octal | 154 | 153 | 277 | 53 | 54 | 0 | 31 | 361 | 50 | 72 |
| Binary | 1101100 | 1101011 | 10111111 | 101011 | 101100 | 0 | 11001 | 11110001 | 101000 | 111010 |
Color Harmonies of #6C6BBF
Complementary color
Monochromatic Colors of #6C6BBF
Black with #6C6BBF
Text Example
Text Example
White with #6C6BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6BBF; }
p { color: rgb(108,107,191); }
H1.HeaderClassName
{
color: #6C6BBF;
}
.AnyTagClassName
{
color: #6C6BBF;
}
</style>
background-color css
<style>
a { background-color: #6C6BBF; }
a { background-color: rgb(108,107,191); }
div.DivClassName
{
background-color: #6C6BBF;
}
.BgClassName
{
background-color: #6C6BBF;
}
</style>
border-color css
<style>
span { border-color: #6C6BBF; }
span { border-color: rgb(108,107,191); }
td.TdClassName
{
border-color: #6C6BBF;
}
.TagClassName
{
border-color: #6C6BBF;
}
</style>