Shades of Cornflower Blue #698BE5
Tints of Cornflower Blue #698BE5
RGB
CMYK
RGB Variations
Color information
#698BE5 (or 0x698BE5) is known color: Cornflower Blue. HEX triplet: 69, 8B and E5. RGB value is (105,139,229). Sum of RGB (Red+Green+Blue) = 105+139+229=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #698BE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BE5 is #96741A. Grayscale: #8A8A8A. Windows color (decimal): -9860123 or 15043433. OLE color: 15043433.
HSL color Cylindrical-coordinate representation of color #698BE5: hue angle of 223.55º 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 #698BE5 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 139 | 229 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.10 |
| HSL | 223.55º | 0.7% | 0.65% | - |
| HSV(B) | 223.55º | 0.54% | 0.9% | - |
| XYZ | 29.2 | 27.13 | 77.83 | - |
| YUV | 139.09 | 178.74 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 229 | 0.54 | 0.39 | 0 | 0.10 | 223.55 | 0.7 | 0.65 |
| Hex | 69 | 8B | E5 | 36 | 27 | 0 | A | E0 | 46 | 41 |
| Octal | 151 | 213 | 345 | 66 | 47 | 0 | 12 | 340 | 106 | 101 |
| Binary | 1101001 | 10001011 | 11100101 | 110110 | 100111 | 0 | 1010 | 11100000 | 1000110 | 1000001 |
Color Harmonies of #698BE5
Complementary color
Monochromatic Colors of #698BE5
Black with #698BE5
Text Example
Text Example
White with #698BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BE5; }
p { color: rgb(105,139,229); }
H1.HeaderClassName
{
color: #698BE5;
}
.AnyTagClassName
{
color: #698BE5;
}
</style>
background-color css
<style>
a { background-color: #698BE5; }
a { background-color: rgb(105,139,229); }
div.DivClassName
{
background-color: #698BE5;
}
.BgClassName
{
background-color: #698BE5;
}
</style>
border-color css
<style>
span { border-color: #698BE5; }
span { border-color: rgb(105,139,229); }
td.TdClassName
{
border-color: #698BE5;
}
.TagClassName
{
border-color: #698BE5;
}
</style>