Shades of Cornflower Blue #698BDF
Tints of Cornflower Blue #698BDF
RGB
CMYK
RGB Variations
Color information
#698BDF (or 0x698BDF) is known color: Cornflower Blue. HEX triplet: 69, 8B and DF. RGB value is (105,139,223). Sum of RGB (Red+Green+Blue) = 105+139+223=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #698BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698BDF is #967420. Grayscale: #8A8A8A. Windows color (decimal): -9860129 or 14650217. OLE color: 14650217.
HSL color Cylindrical-coordinate representation of color #698BDF: hue angle of 222.71º degrees, saturation: 0.65, 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 #698BDF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 139 | 223 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.13 |
| HSL | 222.71º | 0.65% | 0.64% | - |
| HSV(B) | 222.71º | 0.53% | 0.87% | - |
| XYZ | 28.38 | 26.8 | 73.49 | - |
| YUV | 138.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 223 | 0.53 | 0.38 | 0 | 0.13 | 222.71 | 0.65 | 0.64 |
| Hex | 69 | 8B | DF | 35 | 26 | 0 | D | DF | 41 | 40 |
| Octal | 151 | 213 | 337 | 65 | 46 | 0 | 15 | 337 | 101 | 100 |
| Binary | 1101001 | 10001011 | 11011111 | 110101 | 100110 | 0 | 1101 | 11011111 | 1000001 | 1000000 |
Color Harmonies of #698BDF
Complementary color
Monochromatic Colors of #698BDF
Black with #698BDF
Text Example
Text Example
White with #698BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BDF; }
p { color: rgb(105,139,223); }
H1.HeaderClassName
{
color: #698BDF;
}
.AnyTagClassName
{
color: #698BDF;
}
</style>
background-color css
<style>
a { background-color: #698BDF; }
a { background-color: rgb(105,139,223); }
div.DivClassName
{
background-color: #698BDF;
}
.BgClassName
{
background-color: #698BDF;
}
</style>
border-color css
<style>
span { border-color: #698BDF; }
span { border-color: rgb(105,139,223); }
td.TdClassName
{
border-color: #698BDF;
}
.TagClassName
{
border-color: #698BDF;
}
</style>