Shades of Cornflower Blue #698EDA
Tints of Cornflower Blue #698EDA
RGB
CMYK
RGB Variations
Color information
#698EDA (or 0x698EDA) is known color: Cornflower Blue. HEX triplet: 69, 8E and DA. RGB value is (105,142,218). Sum of RGB (Red+Green+Blue) = 105+142+218=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #698EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698EDA is #967125. Grayscale: #8B8B8B. Windows color (decimal): -9859366 or 14323305. OLE color: 14323305.
HSL color Cylindrical-coordinate representation of color #698EDA: hue angle of 220.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698EDA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 142 | 218 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.15 |
| HSL | 220.35º | 0.6% | 0.63% | - |
| HSV(B) | 220.35º | 0.52% | 0.85% | - |
| XYZ | 28.15 | 27.41 | 70.14 | - |
| YUV | 139.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 142 | 218 | 0.52 | 0.35 | 0 | 0.15 | 220.35 | 0.6 | 0.63 |
| Hex | 69 | 8E | DA | 34 | 23 | 0 | F | DC | 3C | 3F |
| Octal | 151 | 216 | 332 | 64 | 43 | 0 | 17 | 334 | 74 | 77 |
| Binary | 1101001 | 10001110 | 11011010 | 110100 | 100011 | 0 | 1111 | 11011100 | 111100 | 111111 |
Color Harmonies of #698EDA
Complementary color
Monochromatic Colors of #698EDA
Black with #698EDA
Text Example
Text Example
White with #698EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698EDA; }
p { color: rgb(105,142,218); }
H1.HeaderClassName
{
color: #698EDA;
}
.AnyTagClassName
{
color: #698EDA;
}
</style>
background-color css
<style>
a { background-color: #698EDA; }
a { background-color: rgb(105,142,218); }
div.DivClassName
{
background-color: #698EDA;
}
.BgClassName
{
background-color: #698EDA;
}
</style>
border-color css
<style>
span { border-color: #698EDA; }
span { border-color: rgb(105,142,218); }
td.TdClassName
{
border-color: #698EDA;
}
.TagClassName
{
border-color: #698EDA;
}
</style>