Shades of Cornflower Blue #698CDC
Tints of Cornflower Blue #698CDC
RGB
CMYK
RGB Variations
Color information
#698CDC (or 0x698CDC) is known color: Cornflower Blue. HEX triplet: 69, 8C and DC. RGB value is (105,140,220). Sum of RGB (Red+Green+Blue) = 105+140+220=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #698CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CDC is #967323. Grayscale: #8A8A8A. Windows color (decimal): -9859876 or 14453865. OLE color: 14453865.
HSL color Cylindrical-coordinate representation of color #698CDC: hue angle of 221.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698CDC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 140 | 220 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.14 |
| HSL | 221.74º | 0.62% | 0.64% | - |
| HSV(B) | 221.74º | 0.52% | 0.86% | - |
| XYZ | 28.12 | 26.93 | 71.43 | - |
| YUV | 138.66 | 173.9 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 220 | 0.52 | 0.36 | 0 | 0.14 | 221.74 | 0.62 | 0.64 |
| Hex | 69 | 8C | DC | 34 | 24 | 0 | E | DE | 3E | 40 |
| Octal | 151 | 214 | 334 | 64 | 44 | 0 | 16 | 336 | 76 | 100 |
| Binary | 1101001 | 10001100 | 11011100 | 110100 | 100100 | 0 | 1110 | 11011110 | 111110 | 1000000 |
Color Harmonies of #698CDC
Complementary color
Monochromatic Colors of #698CDC
Black with #698CDC
Text Example
Text Example
White with #698CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698CDC; }
p { color: rgb(105,140,220); }
H1.HeaderClassName
{
color: #698CDC;
}
.AnyTagClassName
{
color: #698CDC;
}
</style>
background-color css
<style>
a { background-color: #698CDC; }
a { background-color: rgb(105,140,220); }
div.DivClassName
{
background-color: #698CDC;
}
.BgClassName
{
background-color: #698CDC;
}
</style>
border-color css
<style>
span { border-color: #698CDC; }
span { border-color: rgb(105,140,220); }
td.TdClassName
{
border-color: #698CDC;
}
.TagClassName
{
border-color: #698CDC;
}
</style>