Shades of Chetwode Blue #6974BA
Tints of Chetwode Blue #6974BA
RGB
CMYK
RGB Variations
Color information
#6974BA (or 0x6974BA) is known color: Chetwode Blue. HEX triplet: 69, 74 and BA. RGB value is (105,116,186). Sum of RGB (Red+Green+Blue) = 105+116+186=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #6974BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974BA is #968B45. Grayscale: #787878. Windows color (decimal): -9866054 or 12219497. OLE color: 12219497.
HSL color Cylindrical-coordinate representation of color #6974BA: hue angle of 231.85º degrees, saturation: 0.37, 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 #6974BA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 116 | 186 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.27 |
| HSL | 231.85º | 0.37% | 0.57% | - |
| HSV(B) | 231.85º | 0.44% | 0.73% | - |
| XYZ | 20.93 | 19.04 | 49.03 | - |
| YUV | 120.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 186 | 0.44 | 0.38 | 0 | 0.27 | 231.85 | 0.37 | 0.57 |
| Hex | 69 | 74 | BA | 2C | 26 | 0 | 1B | E8 | 25 | 39 |
| Octal | 151 | 164 | 272 | 54 | 46 | 0 | 33 | 350 | 45 | 71 |
| Binary | 1101001 | 1110100 | 10111010 | 101100 | 100110 | 0 | 11011 | 11101000 | 100101 | 111001 |
Color Harmonies of #6974BA
Complementary color
Monochromatic Colors of #6974BA
Black with #6974BA
Text Example
Text Example
White with #6974BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6974BA; }
p { color: rgb(105,116,186); }
H1.HeaderClassName
{
color: #6974BA;
}
.AnyTagClassName
{
color: #6974BA;
}
</style>
background-color css
<style>
a { background-color: #6974BA; }
a { background-color: rgb(105,116,186); }
div.DivClassName
{
background-color: #6974BA;
}
.BgClassName
{
background-color: #6974BA;
}
</style>
border-color css
<style>
span { border-color: #6974BA; }
span { border-color: rgb(105,116,186); }
td.TdClassName
{
border-color: #6974BA;
}
.TagClassName
{
border-color: #6974BA;
}
</style>