Shades of Cornflower Blue #697CDF
Tints of Cornflower Blue #697CDF
RGB
CMYK
RGB Variations
Color information
#697CDF (or 0x697CDF) is known color: Cornflower Blue. HEX triplet: 69, 7C and DF. RGB value is (105,124,223). Sum of RGB (Red+Green+Blue) = 105+124+223=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #697CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDF is #968320. Grayscale: #818181. Windows color (decimal): -9863969 or 14646377. OLE color: 14646377.
HSL color Cylindrical-coordinate representation of color #697CDF: hue angle of 230.34º degrees, saturation: 0.65, 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 #697CDF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 124 | 223 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.13 |
| HSL | 230.34º | 0.65% | 0.64% | - |
| HSV(B) | 230.34º | 0.53% | 0.87% | - |
| XYZ | 26.35 | 22.75 | 72.81 | - |
| YUV | 129.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 223 | 0.53 | 0.44 | 0 | 0.13 | 230.34 | 0.65 | 0.64 |
| Hex | 69 | 7C | DF | 35 | 2C | 0 | D | E6 | 41 | 40 |
| Octal | 151 | 174 | 337 | 65 | 54 | 0 | 15 | 346 | 101 | 100 |
| Binary | 1101001 | 1111100 | 11011111 | 110101 | 101100 | 0 | 1101 | 11100110 | 1000001 | 1000000 |
Color Harmonies of #697CDF
Complementary color
Monochromatic Colors of #697CDF
Black with #697CDF
Text Example
Text Example
White with #697CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CDF; }
p { color: rgb(105,124,223); }
H1.HeaderClassName
{
color: #697CDF;
}
.AnyTagClassName
{
color: #697CDF;
}
</style>
background-color css
<style>
a { background-color: #697CDF; }
a { background-color: rgb(105,124,223); }
div.DivClassName
{
background-color: #697CDF;
}
.BgClassName
{
background-color: #697CDF;
}
</style>
border-color css
<style>
span { border-color: #697CDF; }
span { border-color: rgb(105,124,223); }
td.TdClassName
{
border-color: #697CDF;
}
.TagClassName
{
border-color: #697CDF;
}
</style>