Shades of Chetwode Blue #696BAF
Tints of Chetwode Blue #696BAF
RGB
CMYK
RGB Variations
Color information
#696BAF (or 0x696BAF) is known color: Chetwode Blue. HEX triplet: 69, 6B and AF. RGB value is (105,107,175). Sum of RGB (Red+Green+Blue) = 105+107+175=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #696BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAF is #969450. Grayscale: #717171. Windows color (decimal): -9868369 or 11496297. OLE color: 11496297.
HSL color Cylindrical-coordinate representation of color #696BAF: hue angle of 238.29º degrees, saturation: 0.3, 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 #696BAF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 107 | 175 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.31 |
| HSL | 238.29º | 0.3% | 0.55% | - |
| HSV(B) | 238.29º | 0.4% | 0.69% | - |
| XYZ | 18.82 | 16.61 | 42.77 | - |
| YUV | 114.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 175 | 0.40 | 0.39 | 0 | 0.31 | 238.29 | 0.3 | 0.55 |
| Hex | 69 | 6B | AF | 28 | 27 | 0 | 1F | EE | 1E | 37 |
| Octal | 151 | 153 | 257 | 50 | 47 | 0 | 37 | 356 | 36 | 67 |
| Binary | 1101001 | 1101011 | 10101111 | 101000 | 100111 | 0 | 11111 | 11101110 | 11110 | 110111 |
Color Harmonies of #696BAF
Complementary color
Monochromatic Colors of #696BAF
Black with #696BAF
Text Example
Text Example
White with #696BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BAF; }
p { color: rgb(105,107,175); }
H1.HeaderClassName
{
color: #696BAF;
}
.AnyTagClassName
{
color: #696BAF;
}
</style>
background-color css
<style>
a { background-color: #696BAF; }
a { background-color: rgb(105,107,175); }
div.DivClassName
{
background-color: #696BAF;
}
.BgClassName
{
background-color: #696BAF;
}
</style>
border-color css
<style>
span { border-color: #696BAF; }
span { border-color: rgb(105,107,175); }
td.TdClassName
{
border-color: #696BAF;
}
.TagClassName
{
border-color: #696BAF;
}
</style>