Shades of Chetwode Blue #6974A3
Tints of Chetwode Blue #6974A3
RGB
CMYK
RGB Variations
Color information
#6974A3 (or 0x6974A3) is known color: Chetwode Blue. HEX triplet: 69, 74 and A3. RGB value is (105,116,163). Sum of RGB (Red+Green+Blue) = 105+116+163=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #6974A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974A3 is #968B5C. Grayscale: #757575. Windows color (decimal): -9866077 or 10712169. OLE color: 10712169.
HSL color Cylindrical-coordinate representation of color #6974A3: hue angle of 228.62º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6974A3 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 116 | 163 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.36 |
| HSL | 228.62º | 0.24% | 0.53% | - |
| HSV(B) | 228.62º | 0.36% | 0.64% | - |
| XYZ | 18.68 | 18.14 | 37.17 | - |
| YUV | 118.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 163 | 0.36 | 0.29 | 0 | 0.36 | 228.62 | 0.24 | 0.53 |
| Hex | 69 | 74 | A3 | 24 | 1D | 0 | 24 | E5 | 18 | 35 |
| Octal | 151 | 164 | 243 | 44 | 35 | 0 | 44 | 345 | 30 | 65 |
| Binary | 1101001 | 1110100 | 10100011 | 100100 | 11101 | 0 | 100100 | 11100101 | 11000 | 110101 |
Color Harmonies of #6974A3
Complementary color
Monochromatic Colors of #6974A3
Black with #6974A3
Text Example
Text Example
White with #6974A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6974A3; }
p { color: rgb(105,116,163); }
H1.HeaderClassName
{
color: #6974A3;
}
.AnyTagClassName
{
color: #6974A3;
}
</style>
background-color css
<style>
a { background-color: #6974A3; }
a { background-color: rgb(105,116,163); }
div.DivClassName
{
background-color: #6974A3;
}
.BgClassName
{
background-color: #6974A3;
}
</style>
border-color css
<style>
span { border-color: #6974A3; }
span { border-color: rgb(105,116,163); }
td.TdClassName
{
border-color: #6974A3;
}
.TagClassName
{
border-color: #6974A3;
}
</style>