Shades of Chetwode Blue #696CB3
Tints of Chetwode Blue #696CB3
RGB
CMYK
RGB Variations
Color information
#696CB3 (or 0x696CB3) is known color: Chetwode Blue. HEX triplet: 69, 6C and B3. RGB value is (105,108,179). Sum of RGB (Red+Green+Blue) = 105+108+179=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 179 - color contains mainly: blue. Hex color #696CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CB3 is #96934C. Grayscale: #727272. Windows color (decimal): -9868109 or 11758697. OLE color: 11758697.
HSL color Cylindrical-coordinate representation of color #696CB3: hue angle of 237.57º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696CB3 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 108 | 179 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.30 |
| HSL | 237.57º | 0.33% | 0.56% | - |
| HSV(B) | 237.57º | 0.41% | 0.7% | - |
| XYZ | 19.32 | 16.98 | 44.91 | - |
| YUV | 115.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 179 | 0.41 | 0.40 | 0 | 0.30 | 237.57 | 0.33 | 0.56 |
| Hex | 69 | 6C | B3 | 29 | 28 | 0 | 1E | EE | 21 | 38 |
| Octal | 151 | 154 | 263 | 51 | 50 | 0 | 36 | 356 | 41 | 70 |
| Binary | 1101001 | 1101100 | 10110011 | 101001 | 101000 | 0 | 11110 | 11101110 | 100001 | 111000 |
Color Harmonies of #696CB3
Complementary color
Monochromatic Colors of #696CB3
Black with #696CB3
Text Example
Text Example
White with #696CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696CB3; }
p { color: rgb(105,108,179); }
H1.HeaderClassName
{
color: #696CB3;
}
.AnyTagClassName
{
color: #696CB3;
}
</style>
background-color css
<style>
a { background-color: #696CB3; }
a { background-color: rgb(105,108,179); }
div.DivClassName
{
background-color: #696CB3;
}
.BgClassName
{
background-color: #696CB3;
}
</style>
border-color css
<style>
span { border-color: #696CB3; }
span { border-color: rgb(105,108,179); }
td.TdClassName
{
border-color: #696CB3;
}
.TagClassName
{
border-color: #696CB3;
}
</style>