Shades of Cornflower Blue #698BE4
Tints of Cornflower Blue #698BE4
RGB
CMYK
RGB Variations
Color information
#698BE4 (or 0x698BE4) is known color: Cornflower Blue. HEX triplet: 69, 8B and E4. RGB value is (105,139,228). Sum of RGB (Red+Green+Blue) = 105+139+228=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #698BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BE4 is #96741B. Grayscale: #8A8A8A. Windows color (decimal): -9860124 or 14977897. OLE color: 14977897.
HSL color Cylindrical-coordinate representation of color #698BE4: hue angle of 223.41º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #698BE4 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 139 | 228 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.11 |
| HSL | 223.41º | 0.69% | 0.65% | - |
| HSV(B) | 223.41º | 0.54% | 0.89% | - |
| XYZ | 29.06 | 27.07 | 77.09 | - |
| YUV | 138.98 | 178.24 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 228 | 0.54 | 0.39 | 0 | 0.11 | 223.41 | 0.69 | 0.65 |
| Hex | 69 | 8B | E4 | 36 | 27 | 0 | B | DF | 45 | 41 |
| Octal | 151 | 213 | 344 | 66 | 47 | 0 | 13 | 337 | 105 | 101 |
| Binary | 1101001 | 10001011 | 11100100 | 110110 | 100111 | 0 | 1011 | 11011111 | 1000101 | 1000001 |
Color Harmonies of #698BE4
Complementary color
Monochromatic Colors of #698BE4
Black with #698BE4
Text Example
Text Example
White with #698BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BE4; }
p { color: rgb(105,139,228); }
H1.HeaderClassName
{
color: #698BE4;
}
.AnyTagClassName
{
color: #698BE4;
}
</style>
background-color css
<style>
a { background-color: #698BE4; }
a { background-color: rgb(105,139,228); }
div.DivClassName
{
background-color: #698BE4;
}
.BgClassName
{
background-color: #698BE4;
}
</style>
border-color css
<style>
span { border-color: #698BE4; }
span { border-color: rgb(105,139,228); }
td.TdClassName
{
border-color: #698BE4;
}
.TagClassName
{
border-color: #698BE4;
}
</style>