Shades of Cornflower Blue #698BDD
Tints of Cornflower Blue #698BDD
RGB
CMYK
RGB Variations
Color information
#698BDD (or 0x698BDD) is known color: Cornflower Blue. HEX triplet: 69, 8B and DD. RGB value is (105,139,221). Sum of RGB (Red+Green+Blue) = 105+139+221=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #698BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDD is #967422. Grayscale: #898989. Windows color (decimal): -9860131 or 14519145. OLE color: 14519145.
HSL color Cylindrical-coordinate representation of color #698BDD: hue angle of 222.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698BDD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 139 | 221 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.13 |
| HSL | 222.41º | 0.63% | 0.64% | - |
| HSV(B) | 222.41º | 0.52% | 0.87% | - |
| XYZ | 28.11 | 26.69 | 72.08 | - |
| YUV | 138.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 221 | 0.52 | 0.37 | 0 | 0.13 | 222.41 | 0.63 | 0.64 |
| Hex | 69 | 8B | DD | 34 | 25 | 0 | D | DE | 3F | 40 |
| Octal | 151 | 213 | 335 | 64 | 45 | 0 | 15 | 336 | 77 | 100 |
| Binary | 1101001 | 10001011 | 11011101 | 110100 | 100101 | 0 | 1101 | 11011110 | 111111 | 1000000 |
Color Harmonies of #698BDD
Complementary color
Monochromatic Colors of #698BDD
Black with #698BDD
Text Example
Text Example
White with #698BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BDD; }
p { color: rgb(105,139,221); }
H1.HeaderClassName
{
color: #698BDD;
}
.AnyTagClassName
{
color: #698BDD;
}
</style>
background-color css
<style>
a { background-color: #698BDD; }
a { background-color: rgb(105,139,221); }
div.DivClassName
{
background-color: #698BDD;
}
.BgClassName
{
background-color: #698BDD;
}
</style>
border-color css
<style>
span { border-color: #698BDD; }
span { border-color: rgb(105,139,221); }
td.TdClassName
{
border-color: #698BDD;
}
.TagClassName
{
border-color: #698BDD;
}
</style>