Shades of Cornflower Blue #697CE1
Tints of Cornflower Blue #697CE1
RGB
CMYK
RGB Variations
Color information
#697CE1 (or 0x697CE1) is known color: Cornflower Blue. HEX triplet: 69, 7C and E1. RGB value is (105,124,225). Sum of RGB (Red+Green+Blue) = 105+124+225=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #697CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CE1 is #96831E. Grayscale: #818181. Windows color (decimal): -9863967 or 14777449. OLE color: 14777449.
HSL color Cylindrical-coordinate representation of color #697CE1: hue angle of 230.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697CE1 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 124 | 225 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.12 |
| HSL | 230.5º | 0.67% | 0.65% | - |
| HSV(B) | 230.5º | 0.53% | 0.88% | - |
| XYZ | 26.62 | 22.85 | 74.24 | - |
| YUV | 129.83 | 181.71 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 225 | 0.53 | 0.45 | 0 | 0.12 | 230.5 | 0.67 | 0.65 |
| Hex | 69 | 7C | E1 | 35 | 2D | 0 | C | E6 | 43 | 41 |
| Octal | 151 | 174 | 341 | 65 | 55 | 0 | 14 | 346 | 103 | 101 |
| Binary | 1101001 | 1111100 | 11100001 | 110101 | 101101 | 0 | 1100 | 11100110 | 1000011 | 1000001 |
Color Harmonies of #697CE1
Complementary color
Monochromatic Colors of #697CE1
Black with #697CE1
Text Example
Text Example
White with #697CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697CE1; }
p { color: rgb(105,124,225); }
H1.HeaderClassName
{
color: #697CE1;
}
.AnyTagClassName
{
color: #697CE1;
}
</style>
background-color css
<style>
a { background-color: #697CE1; }
a { background-color: rgb(105,124,225); }
div.DivClassName
{
background-color: #697CE1;
}
.BgClassName
{
background-color: #697CE1;
}
</style>
border-color css
<style>
span { border-color: #697CE1; }
span { border-color: rgb(105,124,225); }
td.TdClassName
{
border-color: #697CE1;
}
.TagClassName
{
border-color: #697CE1;
}
</style>