Shades of Chetwode Blue #6869AD
Tints of Chetwode Blue #6869AD
RGB
CMYK
RGB Variations
Color information
#6869AD (or 0x6869AD) is known color: Chetwode Blue. HEX triplet: 68, 69 and AD. RGB value is (104,105,173). Sum of RGB (Red+Green+Blue) = 104+105+173=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 105 (41.41% from 255 or 27.49% 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 #6869AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6869AD is #979652. Grayscale: #707070. Windows color (decimal): -9934419 or 11364712. OLE color: 11364712.
HSL color Cylindrical-coordinate representation of color #6869AD: hue angle of 239.13º 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 #6869AD is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 105 | 173 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.32 |
| HSL | 239.13º | 0.3% | 0.54% | - |
| HSV(B) | 239.13º | 0.4% | 0.68% | - |
| XYZ | 18.3 | 16.06 | 41.67 | - |
| YUV | 112.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 173 | 0.40 | 0.39 | 0 | 0.32 | 239.13 | 0.3 | 0.54 |
| Hex | 68 | 69 | AD | 28 | 27 | 0 | 20 | EF | 1E | 36 |
| Octal | 150 | 151 | 255 | 50 | 47 | 0 | 40 | 357 | 36 | 66 |
| Binary | 1101000 | 1101001 | 10101101 | 101000 | 100111 | 0 | 100000 | 11101111 | 11110 | 110110 |
Color Harmonies of #6869AD
Complementary color
Monochromatic Colors of #6869AD
Black with #6869AD
Text Example
Text Example
White with #6869AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6869AD; }
p { color: rgb(104,105,173); }
H1.HeaderClassName
{
color: #6869AD;
}
.AnyTagClassName
{
color: #6869AD;
}
</style>
background-color css
<style>
a { background-color: #6869AD; }
a { background-color: rgb(104,105,173); }
div.DivClassName
{
background-color: #6869AD;
}
.BgClassName
{
background-color: #6869AD;
}
</style>
border-color css
<style>
span { border-color: #6869AD; }
span { border-color: rgb(104,105,173); }
td.TdClassName
{
border-color: #6869AD;
}
.TagClassName
{
border-color: #6869AD;
}
</style>