Shades of Chetwode Blue #697AD6
Tints of Chetwode Blue #697AD6
RGB
CMYK
RGB Variations
Color information
#697AD6 (or 0x697AD6) is known color: Chetwode Blue. HEX triplet: 69, 7A and D6. RGB value is (105,122,214). Sum of RGB (Red+Green+Blue) = 105+122+214=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #697AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AD6 is #968529. Grayscale: #7F7F7F. Windows color (decimal): -9864490 or 14056041. OLE color: 14056041.
HSL color Cylindrical-coordinate representation of color #697AD6: hue angle of 230.64º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697AD6 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 122 | 214 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.16 |
| HSL | 230.64º | 0.57% | 0.63% | - |
| HSV(B) | 230.64º | 0.51% | 0.84% | - |
| XYZ | 24.92 | 21.78 | 66.51 | - |
| YUV | 127.41 | 176.87 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 214 | 0.51 | 0.43 | 0 | 0.16 | 230.64 | 0.57 | 0.63 |
| Hex | 69 | 7A | D6 | 33 | 2B | 0 | 10 | E7 | 39 | 3F |
| Octal | 151 | 172 | 326 | 63 | 53 | 0 | 20 | 347 | 71 | 77 |
| Binary | 1101001 | 1111010 | 11010110 | 110011 | 101011 | 0 | 10000 | 11100111 | 111001 | 111111 |
Color Harmonies of #697AD6
Complementary color
Monochromatic Colors of #697AD6
Black with #697AD6
Text Example
Text Example
White with #697AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AD6; }
p { color: rgb(105,122,214); }
H1.HeaderClassName
{
color: #697AD6;
}
.AnyTagClassName
{
color: #697AD6;
}
</style>
background-color css
<style>
a { background-color: #697AD6; }
a { background-color: rgb(105,122,214); }
div.DivClassName
{
background-color: #697AD6;
}
.BgClassName
{
background-color: #697AD6;
}
</style>
border-color css
<style>
span { border-color: #697AD6; }
span { border-color: rgb(105,122,214); }
td.TdClassName
{
border-color: #697AD6;
}
.TagClassName
{
border-color: #697AD6;
}
</style>