Shades of Chetwode Blue #697BB0
Tints of Chetwode Blue #697BB0
RGB
CMYK
RGB Variations
Color information
#697BB0 (or 0x697BB0) is known color: Chetwode Blue. HEX triplet: 69, 7B and B0. RGB value is (105,123,176). Sum of RGB (Red+Green+Blue) = 105+123+176=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #697BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BB0 is #96844F. Grayscale: #7B7B7B. Windows color (decimal): -9864272 or 11565929. OLE color: 11565929.
HSL color Cylindrical-coordinate representation of color #697BB0: hue angle of 224.79º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697BB0 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 123 | 176 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.31 |
| HSL | 224.79º | 0.31% | 0.55% | - |
| HSV(B) | 224.79º | 0.4% | 0.69% | - |
| XYZ | 20.75 | 20.3 | 43.9 | - |
| YUV | 123.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 176 | 0.40 | 0.30 | 0 | 0.31 | 224.79 | 0.31 | 0.55 |
| Hex | 69 | 7B | B0 | 28 | 1E | 0 | 1F | E1 | 1F | 37 |
| Octal | 151 | 173 | 260 | 50 | 36 | 0 | 37 | 341 | 37 | 67 |
| Binary | 1101001 | 1111011 | 10110000 | 101000 | 11110 | 0 | 11111 | 11100001 | 11111 | 110111 |
Color Harmonies of #697BB0
Complementary color
Monochromatic Colors of #697BB0
Black with #697BB0
Text Example
Text Example
White with #697BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BB0; }
p { color: rgb(105,123,176); }
H1.HeaderClassName
{
color: #697BB0;
}
.AnyTagClassName
{
color: #697BB0;
}
</style>
background-color css
<style>
a { background-color: #697BB0; }
a { background-color: rgb(105,123,176); }
div.DivClassName
{
background-color: #697BB0;
}
.BgClassName
{
background-color: #697BB0;
}
</style>
border-color css
<style>
span { border-color: #697BB0; }
span { border-color: rgb(105,123,176); }
td.TdClassName
{
border-color: #697BB0;
}
.TagClassName
{
border-color: #697BB0;
}
</style>