Shades of Cornflower Blue #698CF3
Tints of Cornflower Blue #698CF3
RGB
CMYK
RGB Variations
Color information
#698CF3 (or 0x698CF3) is known color: Cornflower Blue. HEX triplet: 69, 8C and F3. RGB value is (105,140,243). Sum of RGB (Red+Green+Blue) = 105+140+243=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #698CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698CF3 is #96730C. Grayscale: #8C8C8C. Windows color (decimal): -9859853 or 15961193. OLE color: 15961193.
HSL color Cylindrical-coordinate representation of color #698CF3: hue angle of 224.78º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #698CF3 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 140 | 243 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.05 |
| HSL | 224.78º | 0.85% | 0.68% | - |
| HSV(B) | 224.78º | 0.57% | 0.95% | - |
| XYZ | 31.38 | 28.23 | 88.59 | - |
| YUV | 141.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 243 | 0.57 | 0.42 | 0 | 0.05 | 224.78 | 0.85 | 0.68 |
| Hex | 69 | 8C | F3 | 39 | 2A | 0 | 5 | E1 | 55 | 44 |
| Octal | 151 | 214 | 363 | 71 | 52 | 0 | 5 | 341 | 125 | 104 |
| Binary | 1101001 | 10001100 | 11110011 | 111001 | 101010 | 0 | 101 | 11100001 | 1010101 | 1000100 |
Color Harmonies of #698CF3
Complementary color
Monochromatic Colors of #698CF3
Black with #698CF3
Text Example
Text Example
White with #698CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CF3; }
p { color: rgb(105,140,243); }
H1.HeaderClassName
{
color: #698CF3;
}
.AnyTagClassName
{
color: #698CF3;
}
</style>
background-color css
<style>
a { background-color: #698CF3; }
a { background-color: rgb(105,140,243); }
div.DivClassName
{
background-color: #698CF3;
}
.BgClassName
{
background-color: #698CF3;
}
</style>
border-color css
<style>
span { border-color: #698CF3; }
span { border-color: rgb(105,140,243); }
td.TdClassName
{
border-color: #698CF3;
}
.TagClassName
{
border-color: #698CF3;
}
</style>