Shades of Cornflower Blue #698FDE
Tints of Cornflower Blue #698FDE
RGB
CMYK
RGB Variations
Color information
#698FDE (or 0x698FDE) is known color: Cornflower Blue. HEX triplet: 69, 8F and DE. RGB value is (105,143,222). Sum of RGB (Red+Green+Blue) = 105+143+222=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #698FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDE is #967021. Grayscale: #8C8C8C. Windows color (decimal): -9859106 or 14585705. OLE color: 14585705.
HSL color Cylindrical-coordinate representation of color #698FDE: hue angle of 220.51º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698FDE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 143 | 222 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.13 |
| HSL | 220.51º | 0.64% | 0.64% | - |
| HSV(B) | 220.51º | 0.53% | 0.87% | - |
| XYZ | 28.83 | 27.92 | 72.98 | - |
| YUV | 140.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 222 | 0.53 | 0.36 | 0 | 0.13 | 220.51 | 0.64 | 0.64 |
| Hex | 69 | 8F | DE | 35 | 24 | 0 | D | DD | 40 | 40 |
| Octal | 151 | 217 | 336 | 65 | 44 | 0 | 15 | 335 | 100 | 100 |
| Binary | 1101001 | 10001111 | 11011110 | 110101 | 100100 | 0 | 1101 | 11011101 | 1000000 | 1000000 |
Color Harmonies of #698FDE
Complementary color
Monochromatic Colors of #698FDE
Black with #698FDE
Text Example
Text Example
White with #698FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FDE; }
p { color: rgb(105,143,222); }
H1.HeaderClassName
{
color: #698FDE;
}
.AnyTagClassName
{
color: #698FDE;
}
</style>
background-color css
<style>
a { background-color: #698FDE; }
a { background-color: rgb(105,143,222); }
div.DivClassName
{
background-color: #698FDE;
}
.BgClassName
{
background-color: #698FDE;
}
</style>
border-color css
<style>
span { border-color: #698FDE; }
span { border-color: rgb(105,143,222); }
td.TdClassName
{
border-color: #698FDE;
}
.TagClassName
{
border-color: #698FDE;
}
</style>