Shades of Chetwode Blue #697BD5
Tints of Chetwode Blue #697BD5
RGB
CMYK
RGB Variations
Color information
#697BD5 (or 0x697BD5) is known color: Chetwode Blue. HEX triplet: 69, 7B and D5. RGB value is (105,123,213). Sum of RGB (Red+Green+Blue) = 105+123+213=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #697BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BD5 is #96842A. Grayscale: #7F7F7F. Windows color (decimal): -9864235 or 13990761. OLE color: 13990761.
HSL color Cylindrical-coordinate representation of color #697BD5: hue angle of 230º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697BD5 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 123 | 213 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.16 |
| HSL | 230º | 0.56% | 0.62% | - |
| HSV(B) | 230º | 0.51% | 0.84% | - |
| XYZ | 24.92 | 21.97 | 65.88 | - |
| YUV | 127.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 213 | 0.51 | 0.42 | 0 | 0.16 | 230 | 0.56 | 0.62 |
| Hex | 69 | 7B | D5 | 33 | 2A | 0 | 10 | E6 | 38 | 3E |
| Octal | 151 | 173 | 325 | 63 | 52 | 0 | 20 | 346 | 70 | 76 |
| Binary | 1101001 | 1111011 | 11010101 | 110011 | 101010 | 0 | 10000 | 11100110 | 111000 | 111110 |
Color Harmonies of #697BD5
Complementary color
Monochromatic Colors of #697BD5
Black with #697BD5
Text Example
Text Example
White with #697BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BD5; }
p { color: rgb(105,123,213); }
H1.HeaderClassName
{
color: #697BD5;
}
.AnyTagClassName
{
color: #697BD5;
}
</style>
background-color css
<style>
a { background-color: #697BD5; }
a { background-color: rgb(105,123,213); }
div.DivClassName
{
background-color: #697BD5;
}
.BgClassName
{
background-color: #697BD5;
}
</style>
border-color css
<style>
span { border-color: #697BD5; }
span { border-color: rgb(105,123,213); }
td.TdClassName
{
border-color: #697BD5;
}
.TagClassName
{
border-color: #697BD5;
}
</style>