Shades of Cornflower Blue #698BFF
Tints of Cornflower Blue #698BFF
RGB
CMYK
RGB Variations
Color information
#698BFF (or 0x698BFF) is known color: Cornflower Blue. HEX triplet: 69, 8B and FF. RGB value is (105,139,255). Sum of RGB (Red+Green+Blue) = 105+139+255=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #698BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BFF is #967400. Grayscale: #8D8D8D. Windows color (decimal): -9860097 or 16747369. OLE color: 16747369.
HSL color Cylindrical-coordinate representation of color #698BFF: hue angle of 226.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #698BFF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 139 | 255 | - |
| CMYK | 0.59 | 0.45 | 0 | 0 |
| HSL | 226.4º | 1% | 0.71% | - |
| HSV(B) | 226.4º | 0.59% | 1% | - |
| XYZ | 33.11 | 28.69 | 98.4 | - |
| YUV | 142.06 | 191.74 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 255 | 0.59 | 0.45 | 0 | 0 | 226.4 | 1 | 0.71 |
| Hex | 69 | 8B | FF | 3B | 2D | 0 | 0 | E2 | 64 | 47 |
| Octal | 151 | 213 | 377 | 73 | 55 | 0 | 0 | 342 | 144 | 107 |
| Binary | 1101001 | 10001011 | 11111111 | 111011 | 101101 | 0 | 0 | 11100010 | 1100100 | 1000111 |
Color Harmonies of #698BFF
Complementary color
Monochromatic Colors of #698BFF
Black with #698BFF
Text Example
Text Example
White with #698BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BFF; }
p { color: rgb(105,139,255); }
H1.HeaderClassName
{
color: #698BFF;
}
.AnyTagClassName
{
color: #698BFF;
}
</style>
background-color css
<style>
a { background-color: #698BFF; }
a { background-color: rgb(105,139,255); }
div.DivClassName
{
background-color: #698BFF;
}
.BgClassName
{
background-color: #698BFF;
}
</style>
border-color css
<style>
span { border-color: #698BFF; }
span { border-color: rgb(105,139,255); }
td.TdClassName
{
border-color: #698BFF;
}
.TagClassName
{
border-color: #698BFF;
}
</style>