Shades of Chetwode Blue #6973BB
Tints of Chetwode Blue #6973BB
RGB
CMYK
RGB Variations
Color information
#6973BB (or 0x6973BB) is known color: Chetwode Blue. HEX triplet: 69, 73 and BB. RGB value is (105,115,187). Sum of RGB (Red+Green+Blue) = 105+115+187=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #6973BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973BB is #968C44. Grayscale: #777777. Windows color (decimal): -9866309 or 12284777. OLE color: 12284777.
HSL color Cylindrical-coordinate representation of color #6973BB: hue angle of 232.68º degrees, saturation: 0.38, 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 #6973BB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 115 | 187 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.27 |
| HSL | 232.68º | 0.38% | 0.57% | - |
| HSV(B) | 232.68º | 0.44% | 0.73% | - |
| XYZ | 20.93 | 18.85 | 49.55 | - |
| YUV | 120.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 187 | 0.44 | 0.39 | 0 | 0.27 | 232.68 | 0.38 | 0.57 |
| Hex | 69 | 73 | BB | 2C | 27 | 0 | 1B | E9 | 26 | 39 |
| Octal | 151 | 163 | 273 | 54 | 47 | 0 | 33 | 351 | 46 | 71 |
| Binary | 1101001 | 1110011 | 10111011 | 101100 | 100111 | 0 | 11011 | 11101001 | 100110 | 111001 |
Color Harmonies of #6973BB
Complementary color
Monochromatic Colors of #6973BB
Black with #6973BB
Text Example
Text Example
White with #6973BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973BB; }
p { color: rgb(105,115,187); }
H1.HeaderClassName
{
color: #6973BB;
}
.AnyTagClassName
{
color: #6973BB;
}
</style>
background-color css
<style>
a { background-color: #6973BB; }
a { background-color: rgb(105,115,187); }
div.DivClassName
{
background-color: #6973BB;
}
.BgClassName
{
background-color: #6973BB;
}
</style>
border-color css
<style>
span { border-color: #6973BB; }
span { border-color: rgb(105,115,187); }
td.TdClassName
{
border-color: #6973BB;
}
.TagClassName
{
border-color: #6973BB;
}
</style>