Shades of Chetwode Blue #6974AF
Tints of Chetwode Blue #6974AF
RGB
CMYK
RGB Variations
Color information
#6974AF (or 0x6974AF) is known color: Chetwode Blue. HEX triplet: 69, 74 and AF. RGB value is (105,116,175). Sum of RGB (Red+Green+Blue) = 105+116+175=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #6974AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974AF is #968B50. Grayscale: #777777. Windows color (decimal): -9866065 or 11498601. OLE color: 11498601.
HSL color Cylindrical-coordinate representation of color #6974AF: hue angle of 230.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6974AF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 116 | 175 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.31 |
| HSL | 230.57º | 0.3% | 0.55% | - |
| HSV(B) | 230.57º | 0.4% | 0.69% | - |
| XYZ | 19.81 | 18.59 | 43.1 | - |
| YUV | 119.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 175 | 0.40 | 0.34 | 0 | 0.31 | 230.57 | 0.3 | 0.55 |
| Hex | 69 | 74 | AF | 28 | 22 | 0 | 1F | E7 | 1E | 37 |
| Octal | 151 | 164 | 257 | 50 | 42 | 0 | 37 | 347 | 36 | 67 |
| Binary | 1101001 | 1110100 | 10101111 | 101000 | 100010 | 0 | 11111 | 11100111 | 11110 | 110111 |
Color Harmonies of #6974AF
Complementary color
Monochromatic Colors of #6974AF
Black with #6974AF
Text Example
Text Example
White with #6974AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6974AF; }
p { color: rgb(105,116,175); }
H1.HeaderClassName
{
color: #6974AF;
}
.AnyTagClassName
{
color: #6974AF;
}
</style>
background-color css
<style>
a { background-color: #6974AF; }
a { background-color: rgb(105,116,175); }
div.DivClassName
{
background-color: #6974AF;
}
.BgClassName
{
background-color: #6974AF;
}
</style>
border-color css
<style>
span { border-color: #6974AF; }
span { border-color: rgb(105,116,175); }
td.TdClassName
{
border-color: #6974AF;
}
.TagClassName
{
border-color: #6974AF;
}
</style>