Shades of Cornflower Blue #697AE5
Tints of Cornflower Blue #697AE5
RGB
CMYK
RGB Variations
Color information
#697AE5 (or 0x697AE5) is known color: Cornflower Blue. HEX triplet: 69, 7A and E5. RGB value is (105,122,229). Sum of RGB (Red+Green+Blue) = 105+122+229=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #697AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AE5 is #96851A. Grayscale: #808080. Windows color (decimal): -9864475 or 15039081. OLE color: 15039081.
HSL color Cylindrical-coordinate representation of color #697AE5: hue angle of 231.77º 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 #697AE5 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 122 | 229 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.10 |
| HSL | 231.77º | 0.7% | 0.65% | - |
| HSV(B) | 231.77º | 0.54% | 0.9% | - |
| XYZ | 26.93 | 22.58 | 77.07 | - |
| YUV | 129.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 229 | 0.54 | 0.47 | 0 | 0.10 | 231.77 | 0.7 | 0.65 |
| Hex | 69 | 7A | E5 | 36 | 2F | 0 | A | E8 | 46 | 41 |
| Octal | 151 | 172 | 345 | 66 | 57 | 0 | 12 | 350 | 106 | 101 |
| Binary | 1101001 | 1111010 | 11100101 | 110110 | 101111 | 0 | 1010 | 11101000 | 1000110 | 1000001 |
Color Harmonies of #697AE5
Complementary color
Monochromatic Colors of #697AE5
Black with #697AE5
Text Example
Text Example
White with #697AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AE5; }
p { color: rgb(105,122,229); }
H1.HeaderClassName
{
color: #697AE5;
}
.AnyTagClassName
{
color: #697AE5;
}
</style>
background-color css
<style>
a { background-color: #697AE5; }
a { background-color: rgb(105,122,229); }
div.DivClassName
{
background-color: #697AE5;
}
.BgClassName
{
background-color: #697AE5;
}
</style>
border-color css
<style>
span { border-color: #697AE5; }
span { border-color: rgb(105,122,229); }
td.TdClassName
{
border-color: #697AE5;
}
.TagClassName
{
border-color: #697AE5;
}
</style>