Shades of Cornflower Blue #698BEB
Tints of Cornflower Blue #698BEB
RGB
CMYK
RGB Variations
Color information
#698BEB (or 0x698BEB) is known color: Cornflower Blue. HEX triplet: 69, 8B and EB. RGB value is (105,139,235). Sum of RGB (Red+Green+Blue) = 105+139+235=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #698BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698BEB is #967414. Grayscale: #8B8B8B. Windows color (decimal): -9860117 or 15436649. OLE color: 15436649.
HSL color Cylindrical-coordinate representation of color #698BEB: hue angle of 224.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #698BEB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 139 | 235 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.08 |
| HSL | 224.31º | 0.76% | 0.67% | - |
| HSV(B) | 224.31º | 0.55% | 0.92% | - |
| XYZ | 30.05 | 27.47 | 82.31 | - |
| YUV | 139.78 | 181.74 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 235 | 0.55 | 0.41 | 0 | 0.08 | 224.31 | 0.76 | 0.67 |
| Hex | 69 | 8B | EB | 37 | 29 | 0 | 8 | E0 | 4C | 43 |
| Octal | 151 | 213 | 353 | 67 | 51 | 0 | 10 | 340 | 114 | 103 |
| Binary | 1101001 | 10001011 | 11101011 | 110111 | 101001 | 0 | 1000 | 11100000 | 1001100 | 1000011 |
Color Harmonies of #698BEB
Complementary color
Monochromatic Colors of #698BEB
Black with #698BEB
Text Example
Text Example
White with #698BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BEB; }
p { color: rgb(105,139,235); }
H1.HeaderClassName
{
color: #698BEB;
}
.AnyTagClassName
{
color: #698BEB;
}
</style>
background-color css
<style>
a { background-color: #698BEB; }
a { background-color: rgb(105,139,235); }
div.DivClassName
{
background-color: #698BEB;
}
.BgClassName
{
background-color: #698BEB;
}
</style>
border-color css
<style>
span { border-color: #698BEB; }
span { border-color: rgb(105,139,235); }
td.TdClassName
{
border-color: #698BEB;
}
.TagClassName
{
border-color: #698BEB;
}
</style>