Shades of Chetwode Blue #697DB1
Tints of Chetwode Blue #697DB1
RGB
CMYK
RGB Variations
Color information
#697DB1 (or 0x697DB1) is known color: Chetwode Blue. HEX triplet: 69, 7D and B1. RGB value is (105,125,177). Sum of RGB (Red+Green+Blue) = 105+125+177=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #697DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697DB1 is #96824E. Grayscale: #7C7C7C. Windows color (decimal): -9863759 or 11631977. OLE color: 11631977.
HSL color Cylindrical-coordinate representation of color #697DB1: hue angle of 223.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #697DB1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 125 | 177 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.31 |
| HSL | 223.33º | 0.32% | 0.55% | - |
| HSV(B) | 223.33º | 0.41% | 0.69% | - |
| XYZ | 21.1 | 20.84 | 44.51 | - |
| YUV | 124.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 177 | 0.41 | 0.29 | 0 | 0.31 | 223.33 | 0.32 | 0.55 |
| Hex | 69 | 7D | B1 | 29 | 1D | 0 | 1F | DF | 20 | 37 |
| Octal | 151 | 175 | 261 | 51 | 35 | 0 | 37 | 337 | 40 | 67 |
| Binary | 1101001 | 1111101 | 10110001 | 101001 | 11101 | 0 | 11111 | 11011111 | 100000 | 110111 |
Color Harmonies of #697DB1
Complementary color
Monochromatic Colors of #697DB1
Black with #697DB1
Text Example
Text Example
White with #697DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DB1; }
p { color: rgb(105,125,177); }
H1.HeaderClassName
{
color: #697DB1;
}
.AnyTagClassName
{
color: #697DB1;
}
</style>
background-color css
<style>
a { background-color: #697DB1; }
a { background-color: rgb(105,125,177); }
div.DivClassName
{
background-color: #697DB1;
}
.BgClassName
{
background-color: #697DB1;
}
</style>
border-color css
<style>
span { border-color: #697DB1; }
span { border-color: rgb(105,125,177); }
td.TdClassName
{
border-color: #697DB1;
}
.TagClassName
{
border-color: #697DB1;
}
</style>