Shades of Cornflower Blue #698FF4
Tints of Cornflower Blue #698FF4
RGB
CMYK
RGB Variations
Color information
#698FF4 (or 0x698FF4) is known color: Cornflower Blue. HEX triplet: 69, 8F and F4. RGB value is (105,143,244). Sum of RGB (Red+Green+Blue) = 105+143+244=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #698FF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FF4 is #96700B. Grayscale: #8E8E8E. Windows color (decimal): -9859084 or 16027497. OLE color: 16027497.
HSL color Cylindrical-coordinate representation of color #698FF4: hue angle of 223.6º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698FF4 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 143 | 244 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.04 |
| HSL | 223.6º | 0.86% | 0.68% | - |
| HSV(B) | 223.6º | 0.57% | 0.96% | - |
| XYZ | 31.98 | 29.18 | 89.53 | - |
| YUV | 143.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 244 | 0.57 | 0.41 | 0 | 0.04 | 223.6 | 0.86 | 0.68 |
| Hex | 69 | 8F | F4 | 39 | 29 | 0 | 4 | E0 | 56 | 44 |
| Octal | 151 | 217 | 364 | 71 | 51 | 0 | 4 | 340 | 126 | 104 |
| Binary | 1101001 | 10001111 | 11110100 | 111001 | 101001 | 0 | 100 | 11100000 | 1010110 | 1000100 |
Color Harmonies of #698FF4
Complementary color
Monochromatic Colors of #698FF4
Black with #698FF4
Text Example
Text Example
White with #698FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FF4; }
p { color: rgb(105,143,244); }
H1.HeaderClassName
{
color: #698FF4;
}
.AnyTagClassName
{
color: #698FF4;
}
</style>
background-color css
<style>
a { background-color: #698FF4; }
a { background-color: rgb(105,143,244); }
div.DivClassName
{
background-color: #698FF4;
}
.BgClassName
{
background-color: #698FF4;
}
</style>
border-color css
<style>
span { border-color: #698FF4; }
span { border-color: rgb(105,143,244); }
td.TdClassName
{
border-color: #698FF4;
}
.TagClassName
{
border-color: #698FF4;
}
</style>