Shades of Cornflower Blue #698EDE
Tints of Cornflower Blue #698EDE
RGB
CMYK
RGB Variations
Color information
#698EDE (or 0x698EDE) is known color: Cornflower Blue. HEX triplet: 69, 8E and DE. RGB value is (105,142,222). Sum of RGB (Red+Green+Blue) = 105+142+222=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #698EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EDE is #967121. Grayscale: #8B8B8B. Windows color (decimal): -9859362 or 14585449. OLE color: 14585449.
HSL color Cylindrical-coordinate representation of color #698EDE: hue angle of 221.03º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698EDE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 142 | 222 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.13 |
| HSL | 221.03º | 0.64% | 0.64% | - |
| HSV(B) | 221.03º | 0.53% | 0.87% | - |
| XYZ | 28.68 | 27.62 | 72.93 | - |
| YUV | 140.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 222 | 0.53 | 0.36 | 0 | 0.13 | 221.03 | 0.64 | 0.64 |
| Hex | 69 | 8E | DE | 35 | 24 | 0 | D | DD | 40 | 40 |
| Octal | 151 | 216 | 336 | 65 | 44 | 0 | 15 | 335 | 100 | 100 |
| Binary | 1101001 | 10001110 | 11011110 | 110101 | 100100 | 0 | 1101 | 11011101 | 1000000 | 1000000 |
Color Harmonies of #698EDE
Complementary color
Monochromatic Colors of #698EDE
Black with #698EDE
Text Example
Text Example
White with #698EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EDE; }
p { color: rgb(105,142,222); }
H1.HeaderClassName
{
color: #698EDE;
}
.AnyTagClassName
{
color: #698EDE;
}
</style>
background-color css
<style>
a { background-color: #698EDE; }
a { background-color: rgb(105,142,222); }
div.DivClassName
{
background-color: #698EDE;
}
.BgClassName
{
background-color: #698EDE;
}
</style>
border-color css
<style>
span { border-color: #698EDE; }
span { border-color: rgb(105,142,222); }
td.TdClassName
{
border-color: #698EDE;
}
.TagClassName
{
border-color: #698EDE;
}
</style>