Shades of Cornflower Blue #698FE5
Tints of Cornflower Blue #698FE5
RGB
CMYK
RGB Variations
Color information
#698FE5 (or 0x698FE5) is known color: Cornflower Blue. HEX triplet: 69, 8F and E5. RGB value is (105,143,229). Sum of RGB (Red+Green+Blue) = 105+143+229=477 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.01% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #698FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FE5 is #96701A. Grayscale: #8D8D8D. Windows color (decimal): -9859099 or 15044457. OLE color: 15044457.
HSL color Cylindrical-coordinate representation of color #698FE5: hue angle of 221.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #698FE5 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 143 | 229 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.10 |
| HSL | 221.61º | 0.7% | 0.65% | - |
| HSV(B) | 221.61º | 0.54% | 0.9% | - |
| XYZ | 29.79 | 28.31 | 78.02 | - |
| YUV | 141.44 | 177.41 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 229 | 0.54 | 0.38 | 0 | 0.10 | 221.61 | 0.7 | 0.65 |
| Hex | 69 | 8F | E5 | 36 | 26 | 0 | A | DE | 46 | 41 |
| Octal | 151 | 217 | 345 | 66 | 46 | 0 | 12 | 336 | 106 | 101 |
| Binary | 1101001 | 10001111 | 11100101 | 110110 | 100110 | 0 | 1010 | 11011110 | 1000110 | 1000001 |
Color Harmonies of #698FE5
Complementary color
Monochromatic Colors of #698FE5
Black with #698FE5
Text Example
Text Example
White with #698FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FE5; }
p { color: rgb(105,143,229); }
H1.HeaderClassName
{
color: #698FE5;
}
.AnyTagClassName
{
color: #698FE5;
}
</style>
background-color css
<style>
a { background-color: #698FE5; }
a { background-color: rgb(105,143,229); }
div.DivClassName
{
background-color: #698FE5;
}
.BgClassName
{
background-color: #698FE5;
}
</style>
border-color css
<style>
span { border-color: #698FE5; }
span { border-color: rgb(105,143,229); }
td.TdClassName
{
border-color: #698FE5;
}
.TagClassName
{
border-color: #698FE5;
}
</style>