Shades of Chetwode Blue #697BD3
Tints of Chetwode Blue #697BD3
RGB
CMYK
RGB Variations
Color information
#697BD3 (or 0x697BD3) is known color: Chetwode Blue. HEX triplet: 69, 7B and D3. RGB value is (105,123,211). Sum of RGB (Red+Green+Blue) = 105+123+211=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #697BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BD3 is #96842C. Grayscale: #7F7F7F. Windows color (decimal): -9864237 or 13859689. OLE color: 13859689.
HSL color Cylindrical-coordinate representation of color #697BD3: hue angle of 229.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #697BD3 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 123 | 211 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.17 |
| HSL | 229.81º | 0.55% | 0.62% | - |
| HSV(B) | 229.81º | 0.5% | 0.83% | - |
| XYZ | 24.67 | 21.87 | 64.55 | - |
| YUV | 127.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 211 | 0.50 | 0.42 | 0 | 0.17 | 229.81 | 0.55 | 0.62 |
| Hex | 69 | 7B | D3 | 32 | 2A | 0 | 11 | E6 | 37 | 3E |
| Octal | 151 | 173 | 323 | 62 | 52 | 0 | 21 | 346 | 67 | 76 |
| Binary | 1101001 | 1111011 | 11010011 | 110010 | 101010 | 0 | 10001 | 11100110 | 110111 | 111110 |
Color Harmonies of #697BD3
Complementary color
Monochromatic Colors of #697BD3
Black with #697BD3
Text Example
Text Example
White with #697BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BD3; }
p { color: rgb(105,123,211); }
H1.HeaderClassName
{
color: #697BD3;
}
.AnyTagClassName
{
color: #697BD3;
}
</style>
background-color css
<style>
a { background-color: #697BD3; }
a { background-color: rgb(105,123,211); }
div.DivClassName
{
background-color: #697BD3;
}
.BgClassName
{
background-color: #697BD3;
}
</style>
border-color css
<style>
span { border-color: #697BD3; }
span { border-color: rgb(105,123,211); }
td.TdClassName
{
border-color: #697BD3;
}
.TagClassName
{
border-color: #697BD3;
}
</style>