Shades of Chetwode Blue #696BBB
Tints of Chetwode Blue #696BBB
RGB
CMYK
RGB Variations
Color information
#696BBB (or 0x696BBB) is known color: Chetwode Blue. HEX triplet: 69, 6B and BB. RGB value is (105,107,187). Sum of RGB (Red+Green+Blue) = 105+107+187=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #696BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BBB is #969444. Grayscale: #737373. Windows color (decimal): -9868357 or 12282729. OLE color: 12282729.
HSL color Cylindrical-coordinate representation of color #696BBB: hue angle of 238.54º 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 #696BBB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 107 | 187 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.27 |
| HSL | 238.54º | 0.38% | 0.57% | - |
| HSV(B) | 238.54º | 0.44% | 0.73% | - |
| XYZ | 20.05 | 17.11 | 49.26 | - |
| YUV | 115.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 187 | 0.44 | 0.43 | 0 | 0.27 | 238.54 | 0.38 | 0.57 |
| Hex | 69 | 6B | BB | 2C | 2B | 0 | 1B | EF | 26 | 39 |
| Octal | 151 | 153 | 273 | 54 | 53 | 0 | 33 | 357 | 46 | 71 |
| Binary | 1101001 | 1101011 | 10111011 | 101100 | 101011 | 0 | 11011 | 11101111 | 100110 | 111001 |
Color Harmonies of #696BBB
Complementary color
Monochromatic Colors of #696BBB
Black with #696BBB
Text Example
Text Example
White with #696BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BBB; }
p { color: rgb(105,107,187); }
H1.HeaderClassName
{
color: #696BBB;
}
.AnyTagClassName
{
color: #696BBB;
}
</style>
background-color css
<style>
a { background-color: #696BBB; }
a { background-color: rgb(105,107,187); }
div.DivClassName
{
background-color: #696BBB;
}
.BgClassName
{
background-color: #696BBB;
}
</style>
border-color css
<style>
span { border-color: #696BBB; }
span { border-color: rgb(105,107,187); }
td.TdClassName
{
border-color: #696BBB;
}
.TagClassName
{
border-color: #696BBB;
}
</style>