Shades of Chetwode Blue #696FB9
Tints of Chetwode Blue #696FB9
RGB
CMYK
RGB Variations
Color information
#696FB9 (or 0x696FB9) is known color: Chetwode Blue. HEX triplet: 69, 6F and B9. RGB value is (105,111,185). Sum of RGB (Red+Green+Blue) = 105+111+185=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #696FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696FB9 is #969046. Grayscale: #757575. Windows color (decimal): -9867335 or 12152681. OLE color: 12152681.
HSL color Cylindrical-coordinate representation of color #696FB9: hue angle of 235.5º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #696FB9 is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 111 | 185 | - |
| CMYK | 0.43 | 0.4 | 0 | 0.27 |
| HSL | 235.5º | 0.36% | 0.57% | - |
| HSV(B) | 235.5º | 0.43% | 0.73% | - |
| XYZ | 20.27 | 17.87 | 48.28 | - |
| YUV | 117.64 | 166.01 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 185 | 0.43 | 0.4 | 0 | 0.27 | 235.5 | 0.36 | 0.57 |
| Hex | 69 | 6F | B9 | 2B | 28 | 0 | 1B | EC | 24 | 39 |
| Octal | 151 | 157 | 271 | 53 | 50 | 0 | 33 | 354 | 44 | 71 |
| Binary | 1101001 | 1101111 | 10111001 | 101011 | 101000 | 0 | 11011 | 11101100 | 100100 | 111001 |
Color Harmonies of #696FB9
Complementary color
Monochromatic Colors of #696FB9
Black with #696FB9
Text Example
Text Example
White with #696FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696FB9; }
p { color: rgb(105,111,185); }
H1.HeaderClassName
{
color: #696FB9;
}
.AnyTagClassName
{
color: #696FB9;
}
</style>
background-color css
<style>
a { background-color: #696FB9; }
a { background-color: rgb(105,111,185); }
div.DivClassName
{
background-color: #696FB9;
}
.BgClassName
{
background-color: #696FB9;
}
</style>
border-color css
<style>
span { border-color: #696FB9; }
span { border-color: rgb(105,111,185); }
td.TdClassName
{
border-color: #696FB9;
}
.TagClassName
{
border-color: #696FB9;
}
</style>