Shades of Cornflower Blue #698FF3
Tints of Cornflower Blue #698FF3
RGB
CMYK
RGB Variations
Color information
#698FF3 (or 0x698FF3) is known color: Cornflower Blue. HEX triplet: 69, 8F and F3. RGB value is (105,143,243). Sum of RGB (Red+Green+Blue) = 105+143+243=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #698FF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #698FF3 is #96700C. Grayscale: #8E8E8E. Windows color (decimal): -9859085 or 15961961. OLE color: 15961961.
HSL color Cylindrical-coordinate representation of color #698FF3: hue angle of 223.48º 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 #698FF3 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 143 | 243 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.05 |
| HSL | 223.48º | 0.85% | 0.68% | - |
| HSV(B) | 223.48º | 0.57% | 0.95% | - |
| XYZ | 31.83 | 29.12 | 88.74 | - |
| YUV | 143.04 | 184.41 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 243 | 0.57 | 0.41 | 0 | 0.05 | 223.48 | 0.85 | 0.68 |
| Hex | 69 | 8F | F3 | 39 | 29 | 0 | 5 | DF | 55 | 44 |
| Octal | 151 | 217 | 363 | 71 | 51 | 0 | 5 | 337 | 125 | 104 |
| Binary | 1101001 | 10001111 | 11110011 | 111001 | 101001 | 0 | 101 | 11011111 | 1010101 | 1000100 |
Color Harmonies of #698FF3
Complementary color
Monochromatic Colors of #698FF3
Black with #698FF3
Text Example
Text Example
White with #698FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FF3; }
p { color: rgb(105,143,243); }
H1.HeaderClassName
{
color: #698FF3;
}
.AnyTagClassName
{
color: #698FF3;
}
</style>
background-color css
<style>
a { background-color: #698FF3; }
a { background-color: rgb(105,143,243); }
div.DivClassName
{
background-color: #698FF3;
}
.BgClassName
{
background-color: #698FF3;
}
</style>
border-color css
<style>
span { border-color: #698FF3; }
span { border-color: rgb(105,143,243); }
td.TdClassName
{
border-color: #698FF3;
}
.TagClassName
{
border-color: #698FF3;
}
</style>