Shades of Chetwode Blue #696DBD
Tints of Chetwode Blue #696DBD
RGB
CMYK
RGB Variations
Color information
#696DBD (or 0x696DBD) is known color: Chetwode Blue. HEX triplet: 69, 6D and BD. RGB value is (105,109,189). Sum of RGB (Red+Green+Blue) = 105+109+189=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #696DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DBD is #969242. Grayscale: #747474. Windows color (decimal): -9867843 or 12414313. OLE color: 12414313.
HSL color Cylindrical-coordinate representation of color #696DBD: hue angle of 237.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696DBD is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 109 | 189 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.26 |
| HSL | 237.14º | 0.39% | 0.58% | - |
| HSV(B) | 237.14º | 0.44% | 0.74% | - |
| XYZ | 20.48 | 17.61 | 50.46 | - |
| YUV | 116.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 189 | 0.44 | 0.42 | 0 | 0.26 | 237.14 | 0.39 | 0.58 |
| Hex | 69 | 6D | BD | 2C | 2A | 0 | 1A | ED | 27 | 3A |
| Octal | 151 | 155 | 275 | 54 | 52 | 0 | 32 | 355 | 47 | 72 |
| Binary | 1101001 | 1101101 | 10111101 | 101100 | 101010 | 0 | 11010 | 11101101 | 100111 | 111010 |
Color Harmonies of #696DBD
Complementary color
Monochromatic Colors of #696DBD
Black with #696DBD
Text Example
Text Example
White with #696DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DBD; }
p { color: rgb(105,109,189); }
H1.HeaderClassName
{
color: #696DBD;
}
.AnyTagClassName
{
color: #696DBD;
}
</style>
background-color css
<style>
a { background-color: #696DBD; }
a { background-color: rgb(105,109,189); }
div.DivClassName
{
background-color: #696DBD;
}
.BgClassName
{
background-color: #696DBD;
}
</style>
border-color css
<style>
span { border-color: #696DBD; }
span { border-color: rgb(105,109,189); }
td.TdClassName
{
border-color: #696DBD;
}
.TagClassName
{
border-color: #696DBD;
}
</style>