Shades of Chetwode Blue #697BBB
Tints of Chetwode Blue #697BBB
RGB
CMYK
RGB Variations
Color information
#697BBB (or 0x697BBB) is known color: Chetwode Blue. HEX triplet: 69, 7B and BB. RGB value is (105,123,187). Sum of RGB (Red+Green+Blue) = 105+123+187=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #697BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BBB is #968444. Grayscale: #7C7C7C. Windows color (decimal): -9864261 or 12286825. OLE color: 12286825.
HSL color Cylindrical-coordinate representation of color #697BBB: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #697BBB is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 123 | 187 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.27 |
| HSL | 226.83º | 0.38% | 0.57% | - |
| HSV(B) | 226.83º | 0.44% | 0.73% | - |
| XYZ | 21.88 | 20.76 | 49.87 | - |
| YUV | 124.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 187 | 0.44 | 0.34 | 0 | 0.27 | 226.83 | 0.38 | 0.57 |
| Hex | 69 | 7B | BB | 2C | 22 | 0 | 1B | E3 | 26 | 39 |
| Octal | 151 | 173 | 273 | 54 | 42 | 0 | 33 | 343 | 46 | 71 |
| Binary | 1101001 | 1111011 | 10111011 | 101100 | 100010 | 0 | 11011 | 11100011 | 100110 | 111001 |
Color Harmonies of #697BBB
Complementary color
Monochromatic Colors of #697BBB
Black with #697BBB
Text Example
Text Example
White with #697BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BBB; }
p { color: rgb(105,123,187); }
H1.HeaderClassName
{
color: #697BBB;
}
.AnyTagClassName
{
color: #697BBB;
}
</style>
background-color css
<style>
a { background-color: #697BBB; }
a { background-color: rgb(105,123,187); }
div.DivClassName
{
background-color: #697BBB;
}
.BgClassName
{
background-color: #697BBB;
}
</style>
border-color css
<style>
span { border-color: #697BBB; }
span { border-color: rgb(105,123,187); }
td.TdClassName
{
border-color: #697BBB;
}
.TagClassName
{
border-color: #697BBB;
}
</style>