Shades of Chetwode Blue #696BB4
Tints of Chetwode Blue #696BB4
RGB
CMYK
RGB Variations
Color information
#696BB4 (or 0x696BB4) is known color: Chetwode Blue. HEX triplet: 69, 6B and B4. RGB value is (105,107,180). Sum of RGB (Red+Green+Blue) = 105+107+180=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #696BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BB4 is #96944B. Grayscale: #727272. Windows color (decimal): -9868364 or 11823977. OLE color: 11823977.
HSL color Cylindrical-coordinate representation of color #696BB4: hue angle of 238.4º 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 #696BB4 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 107 | 180 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.29 |
| HSL | 238.4º | 0.33% | 0.56% | - |
| HSV(B) | 238.4º | 0.42% | 0.71% | - |
| XYZ | 19.32 | 16.81 | 45.41 | - |
| YUV | 114.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 180 | 0.42 | 0.41 | 0 | 0.29 | 238.4 | 0.33 | 0.56 |
| Hex | 69 | 6B | B4 | 2A | 29 | 0 | 1D | EE | 21 | 38 |
| Octal | 151 | 153 | 264 | 52 | 51 | 0 | 35 | 356 | 41 | 70 |
| Binary | 1101001 | 1101011 | 10110100 | 101010 | 101001 | 0 | 11101 | 11101110 | 100001 | 111000 |
Color Harmonies of #696BB4
Complementary color
Monochromatic Colors of #696BB4
Black with #696BB4
Text Example
Text Example
White with #696BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696BB4; }
p { color: rgb(105,107,180); }
H1.HeaderClassName
{
color: #696BB4;
}
.AnyTagClassName
{
color: #696BB4;
}
</style>
background-color css
<style>
a { background-color: #696BB4; }
a { background-color: rgb(105,107,180); }
div.DivClassName
{
background-color: #696BB4;
}
.BgClassName
{
background-color: #696BB4;
}
</style>
border-color css
<style>
span { border-color: #696BB4; }
span { border-color: rgb(105,107,180); }
td.TdClassName
{
border-color: #696BB4;
}
.TagClassName
{
border-color: #696BB4;
}
</style>