Shades of Chetwode Blue #6972BB
Tints of Chetwode Blue #6972BB
RGB
CMYK
RGB Variations
Color information
#6972BB (or 0x6972BB) is known color: Chetwode Blue. HEX triplet: 69, 72 and BB. RGB value is (105,114,187). Sum of RGB (Red+Green+Blue) = 105+114+187=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #6972BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972BB is #968D44. Grayscale: #777777. Windows color (decimal): -9866565 or 12284521. OLE color: 12284521.
HSL color Cylindrical-coordinate representation of color #6972BB: hue angle of 233.41º 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 #6972BB is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 114 | 187 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.27 |
| HSL | 233.41º | 0.38% | 0.57% | - |
| HSV(B) | 233.41º | 0.44% | 0.73% | - |
| XYZ | 20.81 | 18.63 | 49.51 | - |
| YUV | 119.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 187 | 0.44 | 0.39 | 0 | 0.27 | 233.41 | 0.38 | 0.57 |
| Hex | 69 | 72 | BB | 2C | 27 | 0 | 1B | E9 | 26 | 39 |
| Octal | 151 | 162 | 273 | 54 | 47 | 0 | 33 | 351 | 46 | 71 |
| Binary | 1101001 | 1110010 | 10111011 | 101100 | 100111 | 0 | 11011 | 11101001 | 100110 | 111001 |
Color Harmonies of #6972BB
Complementary color
Monochromatic Colors of #6972BB
Black with #6972BB
Text Example
Text Example
White with #6972BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972BB; }
p { color: rgb(105,114,187); }
H1.HeaderClassName
{
color: #6972BB;
}
.AnyTagClassName
{
color: #6972BB;
}
</style>
background-color css
<style>
a { background-color: #6972BB; }
a { background-color: rgb(105,114,187); }
div.DivClassName
{
background-color: #6972BB;
}
.BgClassName
{
background-color: #6972BB;
}
</style>
border-color css
<style>
span { border-color: #6972BB; }
span { border-color: rgb(105,114,187); }
td.TdClassName
{
border-color: #6972BB;
}
.TagClassName
{
border-color: #6972BB;
}
</style>