Shades of Chetwode Blue #6972B8
Tints of Chetwode Blue #6972B8
RGB
CMYK
RGB Variations
Color information
#6972B8 (or 0x6972B8) is known color: Chetwode Blue. HEX triplet: 69, 72 and B8. RGB value is (105,114,184). Sum of RGB (Red+Green+Blue) = 105+114+184=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #6972B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6972B8 is #968D47. Grayscale: #767676. Windows color (decimal): -9866568 or 12087913. OLE color: 12087913.
HSL color Cylindrical-coordinate representation of color #6972B8: hue angle of 233.16º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6972B8 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 114 | 184 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.28 |
| HSL | 233.16º | 0.36% | 0.57% | - |
| HSV(B) | 233.16º | 0.43% | 0.72% | - |
| XYZ | 20.49 | 18.5 | 47.84 | - |
| YUV | 119.29 | 164.52 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 184 | 0.43 | 0.38 | 0 | 0.28 | 233.16 | 0.36 | 0.57 |
| Hex | 69 | 72 | B8 | 2B | 26 | 0 | 1C | E9 | 24 | 39 |
| Octal | 151 | 162 | 270 | 53 | 46 | 0 | 34 | 351 | 44 | 71 |
| Binary | 1101001 | 1110010 | 10111000 | 101011 | 100110 | 0 | 11100 | 11101001 | 100100 | 111001 |
Color Harmonies of #6972B8
Complementary color
Monochromatic Colors of #6972B8
Black with #6972B8
Text Example
Text Example
White with #6972B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972B8; }
p { color: rgb(105,114,184); }
H1.HeaderClassName
{
color: #6972B8;
}
.AnyTagClassName
{
color: #6972B8;
}
</style>
background-color css
<style>
a { background-color: #6972B8; }
a { background-color: rgb(105,114,184); }
div.DivClassName
{
background-color: #6972B8;
}
.BgClassName
{
background-color: #6972B8;
}
</style>
border-color css
<style>
span { border-color: #6972B8; }
span { border-color: rgb(105,114,184); }
td.TdClassName
{
border-color: #6972B8;
}
.TagClassName
{
border-color: #6972B8;
}
</style>