Shades of Cornflower Blue #697ED8
Tints of Cornflower Blue #697ED8
RGB
CMYK
RGB Variations
Color information
#697ED8 (or 0x697ED8) is known color: Cornflower Blue. HEX triplet: 69, 7E and D8. RGB value is (105,126,216). Sum of RGB (Red+Green+Blue) = 105+126+216=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #697ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697ED8 is #968127. Grayscale: #818181. Windows color (decimal): -9863464 or 14188137. OLE color: 14188137.
HSL color Cylindrical-coordinate representation of color #697ED8: hue angle of 228.65º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #697ED8 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 126 | 216 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.15 |
| HSL | 228.65º | 0.59% | 0.63% | - |
| HSV(B) | 228.65º | 0.51% | 0.85% | - |
| XYZ | 25.68 | 22.88 | 68.03 | - |
| YUV | 129.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 216 | 0.51 | 0.42 | 0 | 0.15 | 228.65 | 0.59 | 0.63 |
| Hex | 69 | 7E | D8 | 33 | 2A | 0 | F | E5 | 3B | 3F |
| Octal | 151 | 176 | 330 | 63 | 52 | 0 | 17 | 345 | 73 | 77 |
| Binary | 1101001 | 1111110 | 11011000 | 110011 | 101010 | 0 | 1111 | 11100101 | 111011 | 111111 |
Color Harmonies of #697ED8
Complementary color
Monochromatic Colors of #697ED8
Black with #697ED8
Text Example
Text Example
White with #697ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697ED8; }
p { color: rgb(105,126,216); }
H1.HeaderClassName
{
color: #697ED8;
}
.AnyTagClassName
{
color: #697ED8;
}
</style>
background-color css
<style>
a { background-color: #697ED8; }
a { background-color: rgb(105,126,216); }
div.DivClassName
{
background-color: #697ED8;
}
.BgClassName
{
background-color: #697ED8;
}
</style>
border-color css
<style>
span { border-color: #697ED8; }
span { border-color: rgb(105,126,216); }
td.TdClassName
{
border-color: #697ED8;
}
.TagClassName
{
border-color: #697ED8;
}
</style>