Shades of Chetwode Blue #696DB4
Tints of Chetwode Blue #696DB4
RGB
CMYK
RGB Variations
Color information
#696DB4 (or 0x696DB4) is known color: Chetwode Blue. HEX triplet: 69, 6D and B4. RGB value is (105,109,180). Sum of RGB (Red+Green+Blue) = 105+109+180=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #696DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DB4 is #96924B. Grayscale: #737373. Windows color (decimal): -9867852 or 11824489. OLE color: 11824489.
HSL color Cylindrical-coordinate representation of color #696DB4: hue angle of 236.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696DB4 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 109 | 180 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.29 |
| HSL | 236.8º | 0.33% | 0.56% | - |
| HSV(B) | 236.8º | 0.42% | 0.71% | - |
| XYZ | 19.53 | 17.24 | 45.48 | - |
| YUV | 115.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 180 | 0.42 | 0.39 | 0 | 0.29 | 236.8 | 0.33 | 0.56 |
| Hex | 69 | 6D | B4 | 2A | 27 | 0 | 1D | ED | 21 | 38 |
| Octal | 151 | 155 | 264 | 52 | 47 | 0 | 35 | 355 | 41 | 70 |
| Binary | 1101001 | 1101101 | 10110100 | 101010 | 100111 | 0 | 11101 | 11101101 | 100001 | 111000 |
Color Harmonies of #696DB4
Complementary color
Monochromatic Colors of #696DB4
Black with #696DB4
Text Example
Text Example
White with #696DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696DB4; }
p { color: rgb(105,109,180); }
H1.HeaderClassName
{
color: #696DB4;
}
.AnyTagClassName
{
color: #696DB4;
}
</style>
background-color css
<style>
a { background-color: #696DB4; }
a { background-color: rgb(105,109,180); }
div.DivClassName
{
background-color: #696DB4;
}
.BgClassName
{
background-color: #696DB4;
}
</style>
border-color css
<style>
span { border-color: #696DB4; }
span { border-color: rgb(105,109,180); }
td.TdClassName
{
border-color: #696DB4;
}
.TagClassName
{
border-color: #696DB4;
}
</style>