Shades of Cornflower Blue #697EDA
Tints of Cornflower Blue #697EDA
RGB
CMYK
RGB Variations
Color information
#697EDA (or 0x697EDA) is known color: Cornflower Blue. HEX triplet: 69, 7E and DA. RGB value is (105,126,218). Sum of RGB (Red+Green+Blue) = 105+126+218=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #697EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EDA is #968125. Grayscale: #818181. Windows color (decimal): -9863462 or 14319209. OLE color: 14319209.
HSL color Cylindrical-coordinate representation of color #697EDA: hue angle of 228.85º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697EDA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 126 | 218 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.15 |
| HSL | 228.85º | 0.6% | 0.63% | - |
| HSV(B) | 228.85º | 0.52% | 0.85% | - |
| XYZ | 25.94 | 22.99 | 69.4 | - |
| YUV | 130.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 218 | 0.52 | 0.42 | 0 | 0.15 | 228.85 | 0.6 | 0.63 |
| Hex | 69 | 7E | DA | 34 | 2A | 0 | F | E5 | 3C | 3F |
| Octal | 151 | 176 | 332 | 64 | 52 | 0 | 17 | 345 | 74 | 77 |
| Binary | 1101001 | 1111110 | 11011010 | 110100 | 101010 | 0 | 1111 | 11100101 | 111100 | 111111 |
Color Harmonies of #697EDA
Complementary color
Monochromatic Colors of #697EDA
Black with #697EDA
Text Example
Text Example
White with #697EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697EDA; }
p { color: rgb(105,126,218); }
H1.HeaderClassName
{
color: #697EDA;
}
.AnyTagClassName
{
color: #697EDA;
}
</style>
background-color css
<style>
a { background-color: #697EDA; }
a { background-color: rgb(105,126,218); }
div.DivClassName
{
background-color: #697EDA;
}
.BgClassName
{
background-color: #697EDA;
}
</style>
border-color css
<style>
span { border-color: #697EDA; }
span { border-color: rgb(105,126,218); }
td.TdClassName
{
border-color: #697EDA;
}
.TagClassName
{
border-color: #697EDA;
}
</style>