Shades of Chetwode Blue #6972B4
Tints of Chetwode Blue #6972B4
RGB
CMYK
RGB Variations
Color information
#6972B4 (or 0x6972B4) is known color: Chetwode Blue. HEX triplet: 69, 72 and B4. RGB value is (105,114,180). Sum of RGB (Red+Green+Blue) = 105+114+180=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #6972B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972B4 is #968D4B. Grayscale: #767676. Windows color (decimal): -9866572 or 11825769. OLE color: 11825769.
HSL color Cylindrical-coordinate representation of color #6972B4: hue angle of 232.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6972B4 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 114 | 180 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.29 |
| HSL | 232.8º | 0.33% | 0.56% | - |
| HSV(B) | 232.8º | 0.42% | 0.71% | - |
| XYZ | 20.08 | 18.33 | 45.66 | - |
| YUV | 118.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 180 | 0.42 | 0.37 | 0 | 0.29 | 232.8 | 0.33 | 0.56 |
| Hex | 69 | 72 | B4 | 2A | 25 | 0 | 1D | E9 | 21 | 38 |
| Octal | 151 | 162 | 264 | 52 | 45 | 0 | 35 | 351 | 41 | 70 |
| Binary | 1101001 | 1110010 | 10110100 | 101010 | 100101 | 0 | 11101 | 11101001 | 100001 | 111000 |
Color Harmonies of #6972B4
Complementary color
Monochromatic Colors of #6972B4
Black with #6972B4
Text Example
Text Example
White with #6972B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972B4; }
p { color: rgb(105,114,180); }
H1.HeaderClassName
{
color: #6972B4;
}
.AnyTagClassName
{
color: #6972B4;
}
</style>
background-color css
<style>
a { background-color: #6972B4; }
a { background-color: rgb(105,114,180); }
div.DivClassName
{
background-color: #6972B4;
}
.BgClassName
{
background-color: #6972B4;
}
</style>
border-color css
<style>
span { border-color: #6972B4; }
span { border-color: rgb(105,114,180); }
td.TdClassName
{
border-color: #6972B4;
}
.TagClassName
{
border-color: #6972B4;
}
</style>