Shades of Cornflower Blue #698CFE
Tints of Cornflower Blue #698CFE
RGB
CMYK
RGB Variations
Color information
#698CFE (or 0x698CFE) is known color: Cornflower Blue. HEX triplet: 69, 8C and FE. RGB value is (105,140,254). Sum of RGB (Red+Green+Blue) = 105+140+254=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #698CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFE is #967301. Grayscale: #8E8E8E. Windows color (decimal): -9859842 or 16682089. OLE color: 16682089.
HSL color Cylindrical-coordinate representation of color #698CFE: hue angle of 225.91º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698CFE is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 140 | 254 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.00 |
| HSL | 225.91º | 0.99% | 0.7% | - |
| HSV(B) | 225.91º | 0.59% | 1% | - |
| XYZ | 33.09 | 28.92 | 97.6 | - |
| YUV | 142.53 | 190.9 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 254 | 0.59 | 0.45 | 0 | 0.00 | 225.91 | 0.99 | 0.7 |
| Hex | 69 | 8C | FE | 3B | 2D | 0 | 0 | E2 | 63 | 46 |
| Octal | 151 | 214 | 376 | 73 | 55 | 0 | 0 | 342 | 143 | 106 |
| Binary | 1101001 | 10001100 | 11111110 | 111011 | 101101 | 0 | 0 | 11100010 | 1100011 | 1000110 |
Color Harmonies of #698CFE
Complementary color
Monochromatic Colors of #698CFE
Black with #698CFE
Text Example
Text Example
White with #698CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CFE; }
p { color: rgb(105,140,254); }
H1.HeaderClassName
{
color: #698CFE;
}
.AnyTagClassName
{
color: #698CFE;
}
</style>
background-color css
<style>
a { background-color: #698CFE; }
a { background-color: rgb(105,140,254); }
div.DivClassName
{
background-color: #698CFE;
}
.BgClassName
{
background-color: #698CFE;
}
</style>
border-color css
<style>
span { border-color: #698CFE; }
span { border-color: rgb(105,140,254); }
td.TdClassName
{
border-color: #698CFE;
}
.TagClassName
{
border-color: #698CFE;
}
</style>