Shades of Cornflower Blue #698CE9
Tints of Cornflower Blue #698CE9
RGB
CMYK
RGB Variations
Color information
#698CE9 (or 0x698CE9) is known color: Cornflower Blue. HEX triplet: 69, 8C and E9. RGB value is (105,140,233). Sum of RGB (Red+Green+Blue) = 105+140+233=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #698CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CE9 is #967316. Grayscale: #8B8B8B. Windows color (decimal): -9859863 or 15305833. OLE color: 15305833.
HSL color Cylindrical-coordinate representation of color #698CE9: hue angle of 223.59º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698CE9 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 140 | 233 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.09 |
| HSL | 223.59º | 0.74% | 0.66% | - |
| HSV(B) | 223.59º | 0.55% | 0.91% | - |
| XYZ | 29.91 | 27.64 | 80.85 | - |
| YUV | 140.14 | 180.4 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 233 | 0.55 | 0.40 | 0 | 0.09 | 223.59 | 0.74 | 0.66 |
| Hex | 69 | 8C | E9 | 37 | 28 | 0 | 9 | E0 | 4A | 42 |
| Octal | 151 | 214 | 351 | 67 | 50 | 0 | 11 | 340 | 112 | 102 |
| Binary | 1101001 | 10001100 | 11101001 | 110111 | 101000 | 0 | 1001 | 11100000 | 1001010 | 1000010 |
Color Harmonies of #698CE9
Complementary color
Monochromatic Colors of #698CE9
Black with #698CE9
Text Example
Text Example
White with #698CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CE9; }
p { color: rgb(105,140,233); }
H1.HeaderClassName
{
color: #698CE9;
}
.AnyTagClassName
{
color: #698CE9;
}
</style>
background-color css
<style>
a { background-color: #698CE9; }
a { background-color: rgb(105,140,233); }
div.DivClassName
{
background-color: #698CE9;
}
.BgClassName
{
background-color: #698CE9;
}
</style>
border-color css
<style>
span { border-color: #698CE9; }
span { border-color: rgb(105,140,233); }
td.TdClassName
{
border-color: #698CE9;
}
.TagClassName
{
border-color: #698CE9;
}
</style>