Shades of Cornflower Blue #698FE1
Tints of Cornflower Blue #698FE1
RGB
CMYK
RGB Variations
Color information
#698FE1 (or 0x698FE1) is known color: Cornflower Blue. HEX triplet: 69, 8F and E1. RGB value is (105,143,225). Sum of RGB (Red+Green+Blue) = 105+143+225=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #698FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FE1 is #96701E. Grayscale: #8C8C8C. Windows color (decimal): -9859103 or 14782313. OLE color: 14782313.
HSL color Cylindrical-coordinate representation of color #698FE1: hue angle of 221º degrees, saturation: 0.67, 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 #698FE1 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 143 | 225 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.12 |
| HSL | 221º | 0.67% | 0.65% | - |
| HSV(B) | 221º | 0.53% | 0.88% | - |
| XYZ | 29.24 | 28.08 | 75.11 | - |
| YUV | 140.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 225 | 0.53 | 0.36 | 0 | 0.12 | 221 | 0.67 | 0.65 |
| Hex | 69 | 8F | E1 | 35 | 24 | 0 | C | DD | 43 | 41 |
| Octal | 151 | 217 | 341 | 65 | 44 | 0 | 14 | 335 | 103 | 101 |
| Binary | 1101001 | 10001111 | 11100001 | 110101 | 100100 | 0 | 1100 | 11011101 | 1000011 | 1000001 |
Color Harmonies of #698FE1
Complementary color
Monochromatic Colors of #698FE1
Black with #698FE1
Text Example
Text Example
White with #698FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FE1; }
p { color: rgb(105,143,225); }
H1.HeaderClassName
{
color: #698FE1;
}
.AnyTagClassName
{
color: #698FE1;
}
</style>
background-color css
<style>
a { background-color: #698FE1; }
a { background-color: rgb(105,143,225); }
div.DivClassName
{
background-color: #698FE1;
}
.BgClassName
{
background-color: #698FE1;
}
</style>
border-color css
<style>
span { border-color: #698FE1; }
span { border-color: rgb(105,143,225); }
td.TdClassName
{
border-color: #698FE1;
}
.TagClassName
{
border-color: #698FE1;
}
</style>