Shades of Cornflower Blue #698FDA
Tints of Cornflower Blue #698FDA
RGB
CMYK
RGB Variations
Color information
#698FDA (or 0x698FDA) is known color: Cornflower Blue. HEX triplet: 69, 8F and DA. RGB value is (105,143,218). Sum of RGB (Red+Green+Blue) = 105+143+218=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #698FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FDA is #967025. Grayscale: #8B8B8B. Windows color (decimal): -9859110 or 14323561. OLE color: 14323561.
HSL color Cylindrical-coordinate representation of color #698FDA: hue angle of 219.82º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #698FDA is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 143 | 218 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.15 |
| HSL | 219.82º | 0.6% | 0.63% | - |
| HSV(B) | 219.82º | 0.52% | 0.85% | - |
| XYZ | 28.3 | 27.71 | 70.19 | - |
| YUV | 140.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 218 | 0.52 | 0.34 | 0 | 0.15 | 219.82 | 0.6 | 0.63 |
| Hex | 69 | 8F | DA | 34 | 22 | 0 | F | DC | 3C | 3F |
| Octal | 151 | 217 | 332 | 64 | 42 | 0 | 17 | 334 | 74 | 77 |
| Binary | 1101001 | 10001111 | 11011010 | 110100 | 100010 | 0 | 1111 | 11011100 | 111100 | 111111 |
Color Harmonies of #698FDA
Complementary color
Monochromatic Colors of #698FDA
Black with #698FDA
Text Example
Text Example
White with #698FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FDA; }
p { color: rgb(105,143,218); }
H1.HeaderClassName
{
color: #698FDA;
}
.AnyTagClassName
{
color: #698FDA;
}
</style>
background-color css
<style>
a { background-color: #698FDA; }
a { background-color: rgb(105,143,218); }
div.DivClassName
{
background-color: #698FDA;
}
.BgClassName
{
background-color: #698FDA;
}
</style>
border-color css
<style>
span { border-color: #698FDA; }
span { border-color: rgb(105,143,218); }
td.TdClassName
{
border-color: #698FDA;
}
.TagClassName
{
border-color: #698FDA;
}
</style>