Shades of Chetwode Blue #697DBA
Tints of Chetwode Blue #697DBA
RGB
CMYK
RGB Variations
Color information
#697DBA (or 0x697DBA) is known color: Chetwode Blue. HEX triplet: 69, 7D and BA. RGB value is (105,125,186). Sum of RGB (Red+Green+Blue) = 105+125+186=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #697DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DBA is #968245. Grayscale: #7D7D7D. Windows color (decimal): -9863750 or 12221801. OLE color: 12221801.
HSL color Cylindrical-coordinate representation of color #697DBA: hue angle of 225.19º 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 #697DBA is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 125 | 186 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.27 |
| HSL | 225.19º | 0.37% | 0.57% | - |
| HSV(B) | 225.19º | 0.44% | 0.73% | - |
| XYZ | 22.02 | 21.22 | 49.39 | - |
| YUV | 125.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 186 | 0.44 | 0.33 | 0 | 0.27 | 225.19 | 0.37 | 0.57 |
| Hex | 69 | 7D | BA | 2C | 21 | 0 | 1B | E1 | 25 | 39 |
| Octal | 151 | 175 | 272 | 54 | 41 | 0 | 33 | 341 | 45 | 71 |
| Binary | 1101001 | 1111101 | 10111010 | 101100 | 100001 | 0 | 11011 | 11100001 | 100101 | 111001 |
Color Harmonies of #697DBA
Complementary color
Monochromatic Colors of #697DBA
Black with #697DBA
Text Example
Text Example
White with #697DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DBA; }
p { color: rgb(105,125,186); }
H1.HeaderClassName
{
color: #697DBA;
}
.AnyTagClassName
{
color: #697DBA;
}
</style>
background-color css
<style>
a { background-color: #697DBA; }
a { background-color: rgb(105,125,186); }
div.DivClassName
{
background-color: #697DBA;
}
.BgClassName
{
background-color: #697DBA;
}
</style>
border-color css
<style>
span { border-color: #697DBA; }
span { border-color: rgb(105,125,186); }
td.TdClassName
{
border-color: #697DBA;
}
.TagClassName
{
border-color: #697DBA;
}
</style>