Shades of Cornflower Blue #697AED
Tints of Cornflower Blue #697AED
RGB
CMYK
RGB Variations
Color information
#697AED (or 0x697AED) is known color: Cornflower Blue. HEX triplet: 69, 7A and ED. RGB value is (105,122,237). Sum of RGB (Red+Green+Blue) = 105+122+237=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #697AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697AED is #968512. Grayscale: #818181. Windows color (decimal): -9864467 or 15563369. OLE color: 15563369.
HSL color Cylindrical-coordinate representation of color #697AED: hue angle of 232.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697AED is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 122 | 237 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.07 |
| HSL | 232.27º | 0.79% | 0.67% | - |
| HSV(B) | 232.27º | 0.56% | 0.93% | - |
| XYZ | 28.07 | 23.04 | 83.09 | - |
| YUV | 130.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 237 | 0.56 | 0.49 | 0 | 0.07 | 232.27 | 0.79 | 0.67 |
| Hex | 69 | 7A | ED | 38 | 31 | 0 | 7 | E8 | 4F | 43 |
| Octal | 151 | 172 | 355 | 70 | 61 | 0 | 7 | 350 | 117 | 103 |
| Binary | 1101001 | 1111010 | 11101101 | 111000 | 110001 | 0 | 111 | 11101000 | 1001111 | 1000011 |
Color Harmonies of #697AED
Complementary color
Monochromatic Colors of #697AED
Black with #697AED
Text Example
Text Example
White with #697AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AED; }
p { color: rgb(105,122,237); }
H1.HeaderClassName
{
color: #697AED;
}
.AnyTagClassName
{
color: #697AED;
}
</style>
background-color css
<style>
a { background-color: #697AED; }
a { background-color: rgb(105,122,237); }
div.DivClassName
{
background-color: #697AED;
}
.BgClassName
{
background-color: #697AED;
}
</style>
border-color css
<style>
span { border-color: #697AED; }
span { border-color: rgb(105,122,237); }
td.TdClassName
{
border-color: #697AED;
}
.TagClassName
{
border-color: #697AED;
}
</style>