Shades of Cornflower Blue #697EE5
Tints of Cornflower Blue #697EE5
RGB
CMYK
RGB Variations
Color information
#697EE5 (or 0x697EE5) is known color: Cornflower Blue. HEX triplet: 69, 7E and E5. RGB value is (105,126,229). Sum of RGB (Red+Green+Blue) = 105+126+229=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 229 (89.84% from 255 or 49.78% from 460); Max value from RGB is 229 - color contains mainly: blue. Hex color #697EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697EE5 is #96811A. Grayscale: #838383. Windows color (decimal): -9863451 or 15040105. OLE color: 15040105.
HSL color Cylindrical-coordinate representation of color #697EE5: hue angle of 229.84º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #697EE5 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 126 | 229 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.10 |
| HSL | 229.84º | 0.7% | 0.65% | - |
| HSV(B) | 229.84º | 0.54% | 0.9% | - |
| XYZ | 27.43 | 23.58 | 77.23 | - |
| YUV | 131.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 229 | 0.54 | 0.45 | 0 | 0.10 | 229.84 | 0.7 | 0.65 |
| Hex | 69 | 7E | E5 | 36 | 2D | 0 | A | E6 | 46 | 41 |
| Octal | 151 | 176 | 345 | 66 | 55 | 0 | 12 | 346 | 106 | 101 |
| Binary | 1101001 | 1111110 | 11100101 | 110110 | 101101 | 0 | 1010 | 11100110 | 1000110 | 1000001 |
Color Harmonies of #697EE5
Complementary color
Monochromatic Colors of #697EE5
Black with #697EE5
Text Example
Text Example
White with #697EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697EE5; }
p { color: rgb(105,126,229); }
H1.HeaderClassName
{
color: #697EE5;
}
.AnyTagClassName
{
color: #697EE5;
}
</style>
background-color css
<style>
a { background-color: #697EE5; }
a { background-color: rgb(105,126,229); }
div.DivClassName
{
background-color: #697EE5;
}
.BgClassName
{
background-color: #697EE5;
}
</style>
border-color css
<style>
span { border-color: #697EE5; }
span { border-color: rgb(105,126,229); }
td.TdClassName
{
border-color: #697EE5;
}
.TagClassName
{
border-color: #697EE5;
}
</style>