Shades of Chetwode Blue #697CCE
Tints of Chetwode Blue #697CCE
RGB
CMYK
RGB Variations
Color information
#697CCE (or 0x697CCE) is known color: Chetwode Blue. HEX triplet: 69, 7C and CE. RGB value is (105,124,206). Sum of RGB (Red+Green+Blue) = 105+124+206=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #697CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CCE is #968331. Grayscale: #7F7F7F. Windows color (decimal): -9863986 or 13532265. OLE color: 13532265.
HSL color Cylindrical-coordinate representation of color #697CCE: hue angle of 228.71º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #697CCE is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 124 | 206 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.19 |
| HSL | 228.71º | 0.51% | 0.61% | - |
| HSV(B) | 228.71º | 0.49% | 0.81% | - |
| XYZ | 24.17 | 21.87 | 61.34 | - |
| YUV | 127.67 | 172.21 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 206 | 0.49 | 0.40 | 0 | 0.19 | 228.71 | 0.51 | 0.61 |
| Hex | 69 | 7C | CE | 31 | 28 | 0 | 13 | E5 | 33 | 3D |
| Octal | 151 | 174 | 316 | 61 | 50 | 0 | 23 | 345 | 63 | 75 |
| Binary | 1101001 | 1111100 | 11001110 | 110001 | 101000 | 0 | 10011 | 11100101 | 110011 | 111101 |
Color Harmonies of #697CCE
Complementary color
Monochromatic Colors of #697CCE
Black with #697CCE
Text Example
Text Example
White with #697CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CCE; }
p { color: rgb(105,124,206); }
H1.HeaderClassName
{
color: #697CCE;
}
.AnyTagClassName
{
color: #697CCE;
}
</style>
background-color css
<style>
a { background-color: #697CCE; }
a { background-color: rgb(105,124,206); }
div.DivClassName
{
background-color: #697CCE;
}
.BgClassName
{
background-color: #697CCE;
}
</style>
border-color css
<style>
span { border-color: #697CCE; }
span { border-color: rgb(105,124,206); }
td.TdClassName
{
border-color: #697CCE;
}
.TagClassName
{
border-color: #697CCE;
}
</style>