Shades of Cornflower Blue #698CFB
Tints of Cornflower Blue #698CFB
RGB
CMYK
RGB Variations
Color information
#698CFB (or 0x698CFB) is known color: Cornflower Blue. HEX triplet: 69, 8C and FB. RGB value is (105,140,251). Sum of RGB (Red+Green+Blue) = 105+140+251=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #698CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CFB is #967304. Grayscale: #8D8D8D. Windows color (decimal): -9859845 or 16485481. OLE color: 16485481.
HSL color Cylindrical-coordinate representation of color #698CFB: hue angle of 225.62º degrees, saturation: 0.95, 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 #698CFB is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 140 | 251 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.02 |
| HSL | 225.62º | 0.95% | 0.7% | - |
| HSV(B) | 225.62º | 0.58% | 0.98% | - |
| XYZ | 32.62 | 28.72 | 95.09 | - |
| YUV | 142.19 | 189.4 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 251 | 0.58 | 0.44 | 0 | 0.02 | 225.62 | 0.95 | 0.7 |
| Hex | 69 | 8C | FB | 3A | 2C | 0 | 2 | E2 | 5F | 46 |
| Octal | 151 | 214 | 373 | 72 | 54 | 0 | 2 | 342 | 137 | 106 |
| Binary | 1101001 | 10001100 | 11111011 | 111010 | 101100 | 0 | 10 | 11100010 | 1011111 | 1000110 |
Color Harmonies of #698CFB
Complementary color
Monochromatic Colors of #698CFB
Black with #698CFB
Text Example
Text Example
White with #698CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CFB; }
p { color: rgb(105,140,251); }
H1.HeaderClassName
{
color: #698CFB;
}
.AnyTagClassName
{
color: #698CFB;
}
</style>
background-color css
<style>
a { background-color: #698CFB; }
a { background-color: rgb(105,140,251); }
div.DivClassName
{
background-color: #698CFB;
}
.BgClassName
{
background-color: #698CFB;
}
</style>
border-color css
<style>
span { border-color: #698CFB; }
span { border-color: rgb(105,140,251); }
td.TdClassName
{
border-color: #698CFB;
}
.TagClassName
{
border-color: #698CFB;
}
</style>