Shades of Chetwode Blue #6968AA
Tints of Chetwode Blue #6968AA
RGB
CMYK
RGB Variations
Color information
#6968AA (or 0x6968AA) is known color: Chetwode Blue. HEX triplet: 69, 68 and AA. RGB value is (105,104,170). Sum of RGB (Red+Green+Blue) = 105+104+170=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #6968AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6968AA is #969755. Grayscale: #6F6F6F. Windows color (decimal): -9869142 or 11167849. OLE color: 11167849.
HSL color Cylindrical-coordinate representation of color #6968AA: hue angle of 240.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6968AA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 104 | 170 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.33 |
| HSL | 240.91º | 0.28% | 0.54% | - |
| HSV(B) | 240.91º | 0.39% | 0.67% | - |
| XYZ | 18.03 | 15.81 | 40.13 | - |
| YUV | 111.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 170 | 0.38 | 0.39 | 0 | 0.33 | 240.91 | 0.28 | 0.54 |
| Hex | 69 | 68 | AA | 26 | 27 | 0 | 21 | F1 | 1C | 36 |
| Octal | 151 | 150 | 252 | 46 | 47 | 0 | 41 | 361 | 34 | 66 |
| Binary | 1101001 | 1101000 | 10101010 | 100110 | 100111 | 0 | 100001 | 11110001 | 11100 | 110110 |
Color Harmonies of #6968AA
Complementary color
Monochromatic Colors of #6968AA
Black with #6968AA
Text Example
Text Example
White with #6968AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968AA; }
p { color: rgb(105,104,170); }
H1.HeaderClassName
{
color: #6968AA;
}
.AnyTagClassName
{
color: #6968AA;
}
</style>
background-color css
<style>
a { background-color: #6968AA; }
a { background-color: rgb(105,104,170); }
div.DivClassName
{
background-color: #6968AA;
}
.BgClassName
{
background-color: #6968AA;
}
</style>
border-color css
<style>
span { border-color: #6968AA; }
span { border-color: rgb(105,104,170); }
td.TdClassName
{
border-color: #6968AA;
}
.TagClassName
{
border-color: #6968AA;
}
</style>