Shades of Chetwode Blue #6968AD
Tints of Chetwode Blue #6968AD
RGB
CMYK
RGB Variations
Color information
#6968AD (or 0x6968AD) is known color: Chetwode Blue. HEX triplet: 69, 68 and AD. RGB value is (105,104,173). Sum of RGB (Red+Green+Blue) = 105+104+173=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #6968AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6968AD is #969752. Grayscale: #6F6F6F. Windows color (decimal): -9869139 or 11364457. OLE color: 11364457.
HSL color Cylindrical-coordinate representation of color #6968AD: hue angle of 240.87º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6968AD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 104 | 173 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.32 |
| HSL | 240.87º | 0.3% | 0.54% | - |
| HSV(B) | 240.87º | 0.4% | 0.68% | - |
| XYZ | 18.32 | 15.92 | 41.64 | - |
| YUV | 112.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 173 | 0.39 | 0.40 | 0 | 0.32 | 240.87 | 0.3 | 0.54 |
| Hex | 69 | 68 | AD | 27 | 28 | 0 | 20 | F1 | 1E | 36 |
| Octal | 151 | 150 | 255 | 47 | 50 | 0 | 40 | 361 | 36 | 66 |
| Binary | 1101001 | 1101000 | 10101101 | 100111 | 101000 | 0 | 100000 | 11110001 | 11110 | 110110 |
Color Harmonies of #6968AD
Complementary color
Monochromatic Colors of #6968AD
Black with #6968AD
Text Example
Text Example
White with #6968AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6968AD; }
p { color: rgb(105,104,173); }
H1.HeaderClassName
{
color: #6968AD;
}
.AnyTagClassName
{
color: #6968AD;
}
</style>
background-color css
<style>
a { background-color: #6968AD; }
a { background-color: rgb(105,104,173); }
div.DivClassName
{
background-color: #6968AD;
}
.BgClassName
{
background-color: #6968AD;
}
</style>
border-color css
<style>
span { border-color: #6968AD; }
span { border-color: rgb(105,104,173); }
td.TdClassName
{
border-color: #6968AD;
}
.TagClassName
{
border-color: #6968AD;
}
</style>