Shades of Cornflower Blue #698FE2
Tints of Cornflower Blue #698FE2
RGB
CMYK
RGB Variations
Color information
#698FE2 (or 0x698FE2) is known color: Cornflower Blue. HEX triplet: 69, 8F and E2. RGB value is (105,143,226). Sum of RGB (Red+Green+Blue) = 105+143+226=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #698FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FE2 is #96701D. Grayscale: #8C8C8C. Windows color (decimal): -9859102 or 14847849. OLE color: 14847849.
HSL color Cylindrical-coordinate representation of color #698FE2: hue angle of 221.16º 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 #698FE2 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 143 | 226 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.11 |
| HSL | 221.16º | 0.68% | 0.65% | - |
| HSV(B) | 221.16º | 0.54% | 0.89% | - |
| XYZ | 29.38 | 28.14 | 75.83 | - |
| YUV | 141.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 226 | 0.54 | 0.37 | 0 | 0.11 | 221.16 | 0.68 | 0.65 |
| Hex | 69 | 8F | E2 | 36 | 25 | 0 | B | DD | 44 | 41 |
| Octal | 151 | 217 | 342 | 66 | 45 | 0 | 13 | 335 | 104 | 101 |
| Binary | 1101001 | 10001111 | 11100010 | 110110 | 100101 | 0 | 1011 | 11011101 | 1000100 | 1000001 |
Color Harmonies of #698FE2
Complementary color
Monochromatic Colors of #698FE2
Black with #698FE2
Text Example
Text Example
White with #698FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FE2; }
p { color: rgb(105,143,226); }
H1.HeaderClassName
{
color: #698FE2;
}
.AnyTagClassName
{
color: #698FE2;
}
</style>
background-color css
<style>
a { background-color: #698FE2; }
a { background-color: rgb(105,143,226); }
div.DivClassName
{
background-color: #698FE2;
}
.BgClassName
{
background-color: #698FE2;
}
</style>
border-color css
<style>
span { border-color: #698FE2; }
span { border-color: rgb(105,143,226); }
td.TdClassName
{
border-color: #698FE2;
}
.TagClassName
{
border-color: #698FE2;
}
</style>