Shades of Cornflower Blue #698AD9
Tints of Cornflower Blue #698AD9
RGB
CMYK
RGB Variations
Color information
#698AD9 (or 0x698AD9) is known color: Cornflower Blue. HEX triplet: 69, 8A and D9. RGB value is (105,138,217). Sum of RGB (Red+Green+Blue) = 105+138+217=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #698AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AD9 is #967526. Grayscale: #888888. Windows color (decimal): -9860391 or 14256745. OLE color: 14256745.
HSL color Cylindrical-coordinate representation of color #698AD9: hue angle of 222.32º 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 #698AD9 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 138 | 217 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.15 |
| HSL | 222.32º | 0.6% | 0.63% | - |
| HSV(B) | 222.32º | 0.52% | 0.85% | - |
| XYZ | 27.44 | 26.19 | 69.25 | - |
| YUV | 137.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 217 | 0.52 | 0.36 | 0 | 0.15 | 222.32 | 0.6 | 0.63 |
| Hex | 69 | 8A | D9 | 34 | 24 | 0 | F | DE | 3C | 3F |
| Octal | 151 | 212 | 331 | 64 | 44 | 0 | 17 | 336 | 74 | 77 |
| Binary | 1101001 | 10001010 | 11011001 | 110100 | 100100 | 0 | 1111 | 11011110 | 111100 | 111111 |
Color Harmonies of #698AD9
Complementary color
Monochromatic Colors of #698AD9
Black with #698AD9
Text Example
Text Example
White with #698AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AD9; }
p { color: rgb(105,138,217); }
H1.HeaderClassName
{
color: #698AD9;
}
.AnyTagClassName
{
color: #698AD9;
}
</style>
background-color css
<style>
a { background-color: #698AD9; }
a { background-color: rgb(105,138,217); }
div.DivClassName
{
background-color: #698AD9;
}
.BgClassName
{
background-color: #698AD9;
}
</style>
border-color css
<style>
span { border-color: #698AD9; }
span { border-color: rgb(105,138,217); }
td.TdClassName
{
border-color: #698AD9;
}
.TagClassName
{
border-color: #698AD9;
}
</style>