Shades of Cornflower Blue #698FDD
Tints of Cornflower Blue #698FDD
RGB
CMYK
RGB Variations
Color information
#698FDD (or 0x698FDD) is known color: Cornflower Blue. HEX triplet: 69, 8F and DD. RGB value is (105,143,221). Sum of RGB (Red+Green+Blue) = 105+143+221=469 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.39% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #698FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDD is #967022. Grayscale: #8C8C8C. Windows color (decimal): -9859107 or 14520169. OLE color: 14520169.
HSL color Cylindrical-coordinate representation of color #698FDD: hue angle of 220.34º 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 #698FDD is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 143 | 221 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.13 |
| HSL | 220.34º | 0.63% | 0.64% | - |
| HSV(B) | 220.34º | 0.52% | 0.87% | - |
| XYZ | 28.7 | 27.87 | 72.27 | - |
| YUV | 140.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 221 | 0.52 | 0.35 | 0 | 0.13 | 220.34 | 0.63 | 0.64 |
| Hex | 69 | 8F | DD | 34 | 23 | 0 | D | DC | 3F | 40 |
| Octal | 151 | 217 | 335 | 64 | 43 | 0 | 15 | 334 | 77 | 100 |
| Binary | 1101001 | 10001111 | 11011101 | 110100 | 100011 | 0 | 1101 | 11011100 | 111111 | 1000000 |
Color Harmonies of #698FDD
Complementary color
Monochromatic Colors of #698FDD
Black with #698FDD
Text Example
Text Example
White with #698FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FDD; }
p { color: rgb(105,143,221); }
H1.HeaderClassName
{
color: #698FDD;
}
.AnyTagClassName
{
color: #698FDD;
}
</style>
background-color css
<style>
a { background-color: #698FDD; }
a { background-color: rgb(105,143,221); }
div.DivClassName
{
background-color: #698FDD;
}
.BgClassName
{
background-color: #698FDD;
}
</style>
border-color css
<style>
span { border-color: #698FDD; }
span { border-color: rgb(105,143,221); }
td.TdClassName
{
border-color: #698FDD;
}
.TagClassName
{
border-color: #698FDD;
}
</style>