Shades of Cornflower Blue #697BE5
Tints of Cornflower Blue #697BE5
RGB
CMYK
RGB Variations
Color information
#697BE5 (or 0x697BE5) is known color: Cornflower Blue. HEX triplet: 69, 7B and E5. RGB value is (105,123,229). Sum of RGB (Red+Green+Blue) = 105+123+229=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #697BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BE5 is #96841A. Grayscale: #818181. Windows color (decimal): -9864219 or 15039337. OLE color: 15039337.
HSL color Cylindrical-coordinate representation of color #697BE5: hue angle of 231.29º 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 #697BE5 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 123 | 229 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.10 |
| HSL | 231.29º | 0.7% | 0.65% | - |
| HSV(B) | 231.29º | 0.54% | 0.9% | - |
| XYZ | 27.05 | 22.83 | 77.11 | - |
| YUV | 129.7 | 184.04 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 229 | 0.54 | 0.46 | 0 | 0.10 | 231.29 | 0.7 | 0.65 |
| Hex | 69 | 7B | E5 | 36 | 2E | 0 | A | E7 | 46 | 41 |
| Octal | 151 | 173 | 345 | 66 | 56 | 0 | 12 | 347 | 106 | 101 |
| Binary | 1101001 | 1111011 | 11100101 | 110110 | 101110 | 0 | 1010 | 11100111 | 1000110 | 1000001 |
Color Harmonies of #697BE5
Complementary color
Monochromatic Colors of #697BE5
Black with #697BE5
Text Example
Text Example
White with #697BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BE5; }
p { color: rgb(105,123,229); }
H1.HeaderClassName
{
color: #697BE5;
}
.AnyTagClassName
{
color: #697BE5;
}
</style>
background-color css
<style>
a { background-color: #697BE5; }
a { background-color: rgb(105,123,229); }
div.DivClassName
{
background-color: #697BE5;
}
.BgClassName
{
background-color: #697BE5;
}
</style>
border-color css
<style>
span { border-color: #697BE5; }
span { border-color: rgb(105,123,229); }
td.TdClassName
{
border-color: #697BE5;
}
.TagClassName
{
border-color: #697BE5;
}
</style>