Shades of Cornflower Blue #698CE2
Tints of Cornflower Blue #698CE2
RGB
CMYK
RGB Variations
Color information
#698CE2 (or 0x698CE2) is known color: Cornflower Blue. HEX triplet: 69, 8C and E2. RGB value is (105,140,226). Sum of RGB (Red+Green+Blue) = 105+140+226=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #698CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CE2 is #96731D. Grayscale: #8A8A8A. Windows color (decimal): -9859870 or 14847081. OLE color: 14847081.
HSL color Cylindrical-coordinate representation of color #698CE2: hue angle of 222.64º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #698CE2 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 140 | 226 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.11 |
| HSL | 222.64º | 0.68% | 0.65% | - |
| HSV(B) | 222.64º | 0.54% | 0.89% | - |
| XYZ | 28.93 | 27.25 | 75.69 | - |
| YUV | 139.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 226 | 0.54 | 0.38 | 0 | 0.11 | 222.64 | 0.68 | 0.65 |
| Hex | 69 | 8C | E2 | 36 | 26 | 0 | B | DF | 44 | 41 |
| Octal | 151 | 214 | 342 | 66 | 46 | 0 | 13 | 337 | 104 | 101 |
| Binary | 1101001 | 10001100 | 11100010 | 110110 | 100110 | 0 | 1011 | 11011111 | 1000100 | 1000001 |
Color Harmonies of #698CE2
Complementary color
Monochromatic Colors of #698CE2
Black with #698CE2
Text Example
Text Example
White with #698CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CE2; }
p { color: rgb(105,140,226); }
H1.HeaderClassName
{
color: #698CE2;
}
.AnyTagClassName
{
color: #698CE2;
}
</style>
background-color css
<style>
a { background-color: #698CE2; }
a { background-color: rgb(105,140,226); }
div.DivClassName
{
background-color: #698CE2;
}
.BgClassName
{
background-color: #698CE2;
}
</style>
border-color css
<style>
span { border-color: #698CE2; }
span { border-color: rgb(105,140,226); }
td.TdClassName
{
border-color: #698CE2;
}
.TagClassName
{
border-color: #698CE2;
}
</style>