Shades of Chetwode Blue #6968B9
Tints of Chetwode Blue #6968B9
RGB
CMYK
RGB Variations
Color information
#6968B9 (or 0x6968B9) is known color: Chetwode Blue. HEX triplet: 69, 68 and B9. RGB value is (105,104,185). Sum of RGB (Red+Green+Blue) = 105+104+185=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #6968B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6968B9 is #969746. Grayscale: #717171. Windows color (decimal): -9869127 or 12150889. OLE color: 12150889.
HSL color Cylindrical-coordinate representation of color #6968B9: hue angle of 240.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6968B9 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 104 | 185 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.27 |
| HSL | 240.74º | 0.37% | 0.57% | - |
| HSV(B) | 240.74º | 0.44% | 0.73% | - |
| XYZ | 19.53 | 16.41 | 48.04 | - |
| YUV | 113.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 185 | 0.43 | 0.44 | 0 | 0.27 | 240.74 | 0.37 | 0.57 |
| Hex | 69 | 68 | B9 | 2B | 2C | 0 | 1B | F1 | 25 | 39 |
| Octal | 151 | 150 | 271 | 53 | 54 | 0 | 33 | 361 | 45 | 71 |
| Binary | 1101001 | 1101000 | 10111001 | 101011 | 101100 | 0 | 11011 | 11110001 | 100101 | 111001 |
Color Harmonies of #6968B9
Complementary color
Monochromatic Colors of #6968B9
Black with #6968B9
Text Example
Text Example
White with #6968B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968B9; }
p { color: rgb(105,104,185); }
H1.HeaderClassName
{
color: #6968B9;
}
.AnyTagClassName
{
color: #6968B9;
}
</style>
background-color css
<style>
a { background-color: #6968B9; }
a { background-color: rgb(105,104,185); }
div.DivClassName
{
background-color: #6968B9;
}
.BgClassName
{
background-color: #6968B9;
}
</style>
border-color css
<style>
span { border-color: #6968B9; }
span { border-color: rgb(105,104,185); }
td.TdClassName
{
border-color: #6968B9;
}
.TagClassName
{
border-color: #6968B9;
}
</style>