Shades of Cornflower Blue #698DDA
Tints of Cornflower Blue #698DDA
RGB
CMYK
RGB Variations
Color information
#698DDA (or 0x698DDA) is known color: Cornflower Blue. HEX triplet: 69, 8D and DA. RGB value is (105,141,218). Sum of RGB (Red+Green+Blue) = 105+141+218=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #698DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DDA is #967225. Grayscale: #8A8A8A. Windows color (decimal): -9859622 or 14323049. OLE color: 14323049.
HSL color Cylindrical-coordinate representation of color #698DDA: hue angle of 220.88º 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 #698DDA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 141 | 218 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.15 |
| HSL | 220.89º | 0.6% | 0.63% | - |
| HSV(B) | 220.89º | 0.52% | 0.85% | - |
| XYZ | 28.01 | 27.11 | 70.09 | - |
| YUV | 139.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 218 | 0.52 | 0.35 | 0 | 0.15 | 220.89 | 0.6 | 0.63 |
| Hex | 69 | 8D | DA | 34 | 23 | 0 | F | DD | 3C | 3F |
| Octal | 151 | 215 | 332 | 64 | 43 | 0 | 17 | 335 | 74 | 77 |
| Binary | 1101001 | 10001101 | 11011010 | 110100 | 100011 | 0 | 1111 | 11011101 | 111100 | 111111 |
Color Harmonies of #698DDA
Complementary color
Monochromatic Colors of #698DDA
Black with #698DDA
Text Example
Text Example
White with #698DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DDA; }
p { color: rgb(105,141,218); }
H1.HeaderClassName
{
color: #698DDA;
}
.AnyTagClassName
{
color: #698DDA;
}
</style>
background-color css
<style>
a { background-color: #698DDA; }
a { background-color: rgb(105,141,218); }
div.DivClassName
{
background-color: #698DDA;
}
.BgClassName
{
background-color: #698DDA;
}
</style>
border-color css
<style>
span { border-color: #698DDA; }
span { border-color: rgb(105,141,218); }
td.TdClassName
{
border-color: #698DDA;
}
.TagClassName
{
border-color: #698DDA;
}
</style>