Shades of Cornflower Blue #697DDE
Tints of Cornflower Blue #697DDE
RGB
CMYK
RGB Variations
Color information
#697DDE (or 0x697DDE) is known color: Cornflower Blue. HEX triplet: 69, 7D and DE. RGB value is (105,125,222). Sum of RGB (Red+Green+Blue) = 105+125+222=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #697DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DDE is #968221. Grayscale: #818181. Windows color (decimal): -9863714 or 14581097. OLE color: 14581097.
HSL color Cylindrical-coordinate representation of color #697DDE: hue angle of 229.74º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697DDE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 125 | 222 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.13 |
| HSL | 229.74º | 0.64% | 0.64% | - |
| HSV(B) | 229.74º | 0.53% | 0.87% | - |
| XYZ | 26.34 | 22.94 | 72.15 | - |
| YUV | 130.08 | 179.87 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 222 | 0.53 | 0.44 | 0 | 0.13 | 229.74 | 0.64 | 0.64 |
| Hex | 69 | 7D | DE | 35 | 2C | 0 | D | E6 | 40 | 40 |
| Octal | 151 | 175 | 336 | 65 | 54 | 0 | 15 | 346 | 100 | 100 |
| Binary | 1101001 | 1111101 | 11011110 | 110101 | 101100 | 0 | 1101 | 11100110 | 1000000 | 1000000 |
Color Harmonies of #697DDE
Complementary color
Monochromatic Colors of #697DDE
Black with #697DDE
Text Example
Text Example
White with #697DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DDE; }
p { color: rgb(105,125,222); }
H1.HeaderClassName
{
color: #697DDE;
}
.AnyTagClassName
{
color: #697DDE;
}
</style>
background-color css
<style>
a { background-color: #697DDE; }
a { background-color: rgb(105,125,222); }
div.DivClassName
{
background-color: #697DDE;
}
.BgClassName
{
background-color: #697DDE;
}
</style>
border-color css
<style>
span { border-color: #697DDE; }
span { border-color: rgb(105,125,222); }
td.TdClassName
{
border-color: #697DDE;
}
.TagClassName
{
border-color: #697DDE;
}
</style>