Shades of Chetwode Blue #697AB6
Tints of Chetwode Blue #697AB6
RGB
CMYK
RGB Variations
Color information
#697AB6 (or 0x697AB6) is known color: Chetwode Blue. HEX triplet: 69, 7A and B6. RGB value is (105,122,182). Sum of RGB (Red+Green+Blue) = 105+122+182=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #697AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AB6 is #968549. Grayscale: #7B7B7B. Windows color (decimal): -9864522 or 11958889. OLE color: 11958889.
HSL color Cylindrical-coordinate representation of color #697AB6: hue angle of 226.75º degrees, saturation: 0.35, 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 #697AB6 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 122 | 182 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.29 |
| HSL | 226.75º | 0.35% | 0.56% | - |
| HSV(B) | 226.75º | 0.42% | 0.71% | - |
| XYZ | 21.23 | 20.3 | 47.06 | - |
| YUV | 123.76 | 160.87 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 182 | 0.42 | 0.33 | 0 | 0.29 | 226.75 | 0.35 | 0.56 |
| Hex | 69 | 7A | B6 | 2A | 21 | 0 | 1D | E3 | 23 | 38 |
| Octal | 151 | 172 | 266 | 52 | 41 | 0 | 35 | 343 | 43 | 70 |
| Binary | 1101001 | 1111010 | 10110110 | 101010 | 100001 | 0 | 11101 | 11100011 | 100011 | 111000 |
Color Harmonies of #697AB6
Complementary color
Monochromatic Colors of #697AB6
Black with #697AB6
Text Example
Text Example
White with #697AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AB6; }
p { color: rgb(105,122,182); }
H1.HeaderClassName
{
color: #697AB6;
}
.AnyTagClassName
{
color: #697AB6;
}
</style>
background-color css
<style>
a { background-color: #697AB6; }
a { background-color: rgb(105,122,182); }
div.DivClassName
{
background-color: #697AB6;
}
.BgClassName
{
background-color: #697AB6;
}
</style>
border-color css
<style>
span { border-color: #697AB6; }
span { border-color: rgb(105,122,182); }
td.TdClassName
{
border-color: #697AB6;
}
.TagClassName
{
border-color: #697AB6;
}
</style>