Shades of Cornflower Blue #698CDF
Tints of Cornflower Blue #698CDF
RGB
CMYK
RGB Variations
Color information
#698CDF (or 0x698CDF) is known color: Cornflower Blue. HEX triplet: 69, 8C and DF. RGB value is (105,140,223). Sum of RGB (Red+Green+Blue) = 105+140+223=468 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.44% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #698CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CDF is #967320. Grayscale: #8A8A8A. Windows color (decimal): -9859873 or 14650473. OLE color: 14650473.
HSL color Cylindrical-coordinate representation of color #698CDF: hue angle of 222.2º 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 #698CDF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 140 | 223 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.13 |
| HSL | 222.2º | 0.65% | 0.64% | - |
| HSV(B) | 222.2º | 0.53% | 0.87% | - |
| XYZ | 28.52 | 27.09 | 73.54 | - |
| YUV | 139 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 223 | 0.53 | 0.37 | 0 | 0.13 | 222.2 | 0.65 | 0.64 |
| Hex | 69 | 8C | DF | 35 | 25 | 0 | D | DE | 41 | 40 |
| Octal | 151 | 214 | 337 | 65 | 45 | 0 | 15 | 336 | 101 | 100 |
| Binary | 1101001 | 10001100 | 11011111 | 110101 | 100101 | 0 | 1101 | 11011110 | 1000001 | 1000000 |
Color Harmonies of #698CDF
Complementary color
Monochromatic Colors of #698CDF
Black with #698CDF
Text Example
Text Example
White with #698CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CDF; }
p { color: rgb(105,140,223); }
H1.HeaderClassName
{
color: #698CDF;
}
.AnyTagClassName
{
color: #698CDF;
}
</style>
background-color css
<style>
a { background-color: #698CDF; }
a { background-color: rgb(105,140,223); }
div.DivClassName
{
background-color: #698CDF;
}
.BgClassName
{
background-color: #698CDF;
}
</style>
border-color css
<style>
span { border-color: #698CDF; }
span { border-color: rgb(105,140,223); }
td.TdClassName
{
border-color: #698CDF;
}
.TagClassName
{
border-color: #698CDF;
}
</style>