Shades of Cornflower Blue #698DED
Tints of Cornflower Blue #698DED
RGB
CMYK
RGB Variations
Color information
#698DED (or 0x698DED) is known color: Cornflower Blue. HEX triplet: 69, 8D and ED. RGB value is (105,141,237). Sum of RGB (Red+Green+Blue) = 105+141+237=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #698DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698DED is #967212. Grayscale: #8C8C8C. Windows color (decimal): -9859603 or 15568233. OLE color: 15568233.
HSL color Cylindrical-coordinate representation of color #698DED: hue angle of 223.64º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #698DED is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 141 | 237 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.07 |
| HSL | 223.64º | 0.79% | 0.67% | - |
| HSV(B) | 223.64º | 0.56% | 0.93% | - |
| XYZ | 30.64 | 28.17 | 83.94 | - |
| YUV | 141.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 237 | 0.56 | 0.41 | 0 | 0.07 | 223.64 | 0.79 | 0.67 |
| Hex | 69 | 8D | ED | 38 | 29 | 0 | 7 | E0 | 4F | 43 |
| Octal | 151 | 215 | 355 | 70 | 51 | 0 | 7 | 340 | 117 | 103 |
| Binary | 1101001 | 10001101 | 11101101 | 111000 | 101001 | 0 | 111 | 11100000 | 1001111 | 1000011 |
Color Harmonies of #698DED
Complementary color
Monochromatic Colors of #698DED
Black with #698DED
Text Example
Text Example
White with #698DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DED; }
p { color: rgb(105,141,237); }
H1.HeaderClassName
{
color: #698DED;
}
.AnyTagClassName
{
color: #698DED;
}
</style>
background-color css
<style>
a { background-color: #698DED; }
a { background-color: rgb(105,141,237); }
div.DivClassName
{
background-color: #698DED;
}
.BgClassName
{
background-color: #698DED;
}
</style>
border-color css
<style>
span { border-color: #698DED; }
span { border-color: rgb(105,141,237); }
td.TdClassName
{
border-color: #698DED;
}
.TagClassName
{
border-color: #698DED;
}
</style>