Shades of Cornflower Blue #698FDF
Tints of Cornflower Blue #698FDF
RGB
CMYK
RGB Variations
Color information
#698FDF (or 0x698FDF) is known color: Cornflower Blue. HEX triplet: 69, 8F and DF. RGB value is (105,143,223). Sum of RGB (Red+Green+Blue) = 105+143+223=471 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.29% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #698FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDF is #967020. Grayscale: #8C8C8C. Windows color (decimal): -9859105 or 14651241. OLE color: 14651241.
HSL color Cylindrical-coordinate representation of color #698FDF: hue angle of 220.68º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #698FDF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 143 | 223 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.13 |
| HSL | 220.68º | 0.65% | 0.64% | - |
| HSV(B) | 220.68º | 0.53% | 0.87% | - |
| XYZ | 28.97 | 27.98 | 73.69 | - |
| YUV | 140.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 223 | 0.53 | 0.36 | 0 | 0.13 | 220.68 | 0.65 | 0.64 |
| Hex | 69 | 8F | DF | 35 | 24 | 0 | D | DD | 41 | 40 |
| Octal | 151 | 217 | 337 | 65 | 44 | 0 | 15 | 335 | 101 | 100 |
| Binary | 1101001 | 10001111 | 11011111 | 110101 | 100100 | 0 | 1101 | 11011101 | 1000001 | 1000000 |
Color Harmonies of #698FDF
Complementary color
Monochromatic Colors of #698FDF
Black with #698FDF
Text Example
Text Example
White with #698FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FDF; }
p { color: rgb(105,143,223); }
H1.HeaderClassName
{
color: #698FDF;
}
.AnyTagClassName
{
color: #698FDF;
}
</style>
background-color css
<style>
a { background-color: #698FDF; }
a { background-color: rgb(105,143,223); }
div.DivClassName
{
background-color: #698FDF;
}
.BgClassName
{
background-color: #698FDF;
}
</style>
border-color css
<style>
span { border-color: #698FDF; }
span { border-color: rgb(105,143,223); }
td.TdClassName
{
border-color: #698FDF;
}
.TagClassName
{
border-color: #698FDF;
}
</style>