Shades of Cornflower Blue #698CFA
Tints of Cornflower Blue #698CFA
RGB
CMYK
RGB Variations
Color information
#698CFA (or 0x698CFA) is known color: Cornflower Blue. HEX triplet: 69, 8C and FA. RGB value is (105,140,250). Sum of RGB (Red+Green+Blue) = 105+140+250=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #698CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFA is #967305. Grayscale: #8D8D8D. Windows color (decimal): -9859846 or 16419945. OLE color: 16419945.
HSL color Cylindrical-coordinate representation of color #698CFA: hue angle of 225.52º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #698CFA is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 140 | 250 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.02 |
| HSL | 225.52º | 0.94% | 0.7% | - |
| HSV(B) | 225.52º | 0.58% | 0.98% | - |
| XYZ | 32.46 | 28.66 | 94.26 | - |
| YUV | 142.08 | 188.9 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 250 | 0.58 | 0.44 | 0 | 0.02 | 225.52 | 0.94 | 0.7 |
| Hex | 69 | 8C | FA | 3A | 2C | 0 | 2 | E2 | 5E | 46 |
| Octal | 151 | 214 | 372 | 72 | 54 | 0 | 2 | 342 | 136 | 106 |
| Binary | 1101001 | 10001100 | 11111010 | 111010 | 101100 | 0 | 10 | 11100010 | 1011110 | 1000110 |
Color Harmonies of #698CFA
Complementary color
Monochromatic Colors of #698CFA
Black with #698CFA
Text Example
Text Example
White with #698CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CFA; }
p { color: rgb(105,140,250); }
H1.HeaderClassName
{
color: #698CFA;
}
.AnyTagClassName
{
color: #698CFA;
}
</style>
background-color css
<style>
a { background-color: #698CFA; }
a { background-color: rgb(105,140,250); }
div.DivClassName
{
background-color: #698CFA;
}
.BgClassName
{
background-color: #698CFA;
}
</style>
border-color css
<style>
span { border-color: #698CFA; }
span { border-color: rgb(105,140,250); }
td.TdClassName
{
border-color: #698CFA;
}
.TagClassName
{
border-color: #698CFA;
}
</style>