Shades of Cornflower Blue #698DE0
Tints of Cornflower Blue #698DE0
RGB
CMYK
RGB Variations
Color information
#698DE0 (or 0x698DE0) is known color: Cornflower Blue. HEX triplet: 69, 8D and E0. RGB value is (105,141,224). Sum of RGB (Red+Green+Blue) = 105+141+224=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #698DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DE0 is #96721F. Grayscale: #8B8B8B. Windows color (decimal): -9859616 or 14716265. OLE color: 14716265.
HSL color Cylindrical-coordinate representation of color #698DE0: hue angle of 221.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698DE0 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 141 | 224 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.12 |
| HSL | 221.85º | 0.66% | 0.65% | - |
| HSV(B) | 221.85º | 0.53% | 0.88% | - |
| XYZ | 28.81 | 27.43 | 74.3 | - |
| YUV | 139.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 224 | 0.53 | 0.37 | 0 | 0.12 | 221.85 | 0.66 | 0.65 |
| Hex | 69 | 8D | E0 | 35 | 25 | 0 | C | DE | 42 | 41 |
| Octal | 151 | 215 | 340 | 65 | 45 | 0 | 14 | 336 | 102 | 101 |
| Binary | 1101001 | 10001101 | 11100000 | 110101 | 100101 | 0 | 1100 | 11011110 | 1000010 | 1000001 |
Color Harmonies of #698DE0
Complementary color
Monochromatic Colors of #698DE0
Black with #698DE0
Text Example
Text Example
White with #698DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DE0; }
p { color: rgb(105,141,224); }
H1.HeaderClassName
{
color: #698DE0;
}
.AnyTagClassName
{
color: #698DE0;
}
</style>
background-color css
<style>
a { background-color: #698DE0; }
a { background-color: rgb(105,141,224); }
div.DivClassName
{
background-color: #698DE0;
}
.BgClassName
{
background-color: #698DE0;
}
</style>
border-color css
<style>
span { border-color: #698DE0; }
span { border-color: rgb(105,141,224); }
td.TdClassName
{
border-color: #698DE0;
}
.TagClassName
{
border-color: #698DE0;
}
</style>