Shades of Cornflower Blue #698DD5
Tints of Cornflower Blue #698DD5
RGB
CMYK
RGB Variations
Color information
#698DD5 (or 0x698DD5) is known color: Cornflower Blue. HEX triplet: 69, 8D and D5. RGB value is (105,141,213). Sum of RGB (Red+Green+Blue) = 105+141+213=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #698DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698DD5 is #96722A. Grayscale: #8A8A8A. Windows color (decimal): -9859627 or 13995369. OLE color: 13995369.
HSL color Cylindrical-coordinate representation of color #698DD5: hue angle of 220º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698DD5 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 141 | 213 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.16 |
| HSL | 220º | 0.56% | 0.62% | - |
| HSV(B) | 220º | 0.51% | 0.84% | - |
| XYZ | 27.36 | 26.86 | 66.69 | - |
| YUV | 138.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 213 | 0.51 | 0.34 | 0 | 0.16 | 220 | 0.56 | 0.62 |
| Hex | 69 | 8D | D5 | 33 | 22 | 0 | 10 | DC | 38 | 3E |
| Octal | 151 | 215 | 325 | 63 | 42 | 0 | 20 | 334 | 70 | 76 |
| Binary | 1101001 | 10001101 | 11010101 | 110011 | 100010 | 0 | 10000 | 11011100 | 111000 | 111110 |
Color Harmonies of #698DD5
Complementary color
Monochromatic Colors of #698DD5
Black with #698DD5
Text Example
Text Example
White with #698DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DD5; }
p { color: rgb(105,141,213); }
H1.HeaderClassName
{
color: #698DD5;
}
.AnyTagClassName
{
color: #698DD5;
}
</style>
background-color css
<style>
a { background-color: #698DD5; }
a { background-color: rgb(105,141,213); }
div.DivClassName
{
background-color: #698DD5;
}
.BgClassName
{
background-color: #698DD5;
}
</style>
border-color css
<style>
span { border-color: #698DD5; }
span { border-color: rgb(105,141,213); }
td.TdClassName
{
border-color: #698DD5;
}
.TagClassName
{
border-color: #698DD5;
}
</style>