Shades of Cornflower Blue #698EFC
Tints of Cornflower Blue #698EFC
RGB
CMYK
RGB Variations
Color information
#698EFC (or 0x698EFC) is known color: Cornflower Blue. HEX triplet: 69, 8E and FC. RGB value is (105,142,252). Sum of RGB (Red+Green+Blue) = 105+142+252=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #698EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698EFC is #967103. Grayscale: #8F8F8F. Windows color (decimal): -9859332 or 16551529. OLE color: 16551529.
HSL color Cylindrical-coordinate representation of color #698EFC: hue angle of 224.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698EFC is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 142 | 252 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.01 |
| HSL | 224.9º | 0.96% | 0.7% | - |
| HSV(B) | 224.9º | 0.58% | 0.99% | - |
| XYZ | 33.07 | 29.38 | 96.02 | - |
| YUV | 143.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 252 | 0.58 | 0.44 | 0 | 0.01 | 224.9 | 0.96 | 0.7 |
| Hex | 69 | 8E | FC | 3A | 2C | 0 | 1 | E1 | 60 | 46 |
| Octal | 151 | 216 | 374 | 72 | 54 | 0 | 1 | 341 | 140 | 106 |
| Binary | 1101001 | 10001110 | 11111100 | 111010 | 101100 | 0 | 1 | 11100001 | 1100000 | 1000110 |
Color Harmonies of #698EFC
Complementary color
Monochromatic Colors of #698EFC
Black with #698EFC
Text Example
Text Example
White with #698EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EFC; }
p { color: rgb(105,142,252); }
H1.HeaderClassName
{
color: #698EFC;
}
.AnyTagClassName
{
color: #698EFC;
}
</style>
background-color css
<style>
a { background-color: #698EFC; }
a { background-color: rgb(105,142,252); }
div.DivClassName
{
background-color: #698EFC;
}
.BgClassName
{
background-color: #698EFC;
}
</style>
border-color css
<style>
span { border-color: #698EFC; }
span { border-color: rgb(105,142,252); }
td.TdClassName
{
border-color: #698EFC;
}
.TagClassName
{
border-color: #698EFC;
}
</style>