Shades of Cornflower Blue #698AD6
Tints of Cornflower Blue #698AD6
RGB
CMYK
RGB Variations
Color information
#698AD6 (or 0x698AD6) is known color: Cornflower Blue. HEX triplet: 69, 8A and D6. RGB value is (105,138,214). Sum of RGB (Red+Green+Blue) = 105+138+214=457 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.98% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #698AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698AD6 is #967529. Grayscale: #888888. Windows color (decimal): -9860394 or 14060137. OLE color: 14060137.
HSL color Cylindrical-coordinate representation of color #698AD6: hue angle of 221.83º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #698AD6 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 138 | 214 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.16 |
| HSL | 221.83º | 0.57% | 0.63% | - |
| HSV(B) | 221.83º | 0.51% | 0.84% | - |
| XYZ | 27.05 | 26.04 | 67.22 | - |
| YUV | 136.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 214 | 0.51 | 0.36 | 0 | 0.16 | 221.83 | 0.57 | 0.63 |
| Hex | 69 | 8A | D6 | 33 | 24 | 0 | 10 | DE | 39 | 3F |
| Octal | 151 | 212 | 326 | 63 | 44 | 0 | 20 | 336 | 71 | 77 |
| Binary | 1101001 | 10001010 | 11010110 | 110011 | 100100 | 0 | 10000 | 11011110 | 111001 | 111111 |
Color Harmonies of #698AD6
Complementary color
Monochromatic Colors of #698AD6
Black with #698AD6
Text Example
Text Example
White with #698AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AD6; }
p { color: rgb(105,138,214); }
H1.HeaderClassName
{
color: #698AD6;
}
.AnyTagClassName
{
color: #698AD6;
}
</style>
background-color css
<style>
a { background-color: #698AD6; }
a { background-color: rgb(105,138,214); }
div.DivClassName
{
background-color: #698AD6;
}
.BgClassName
{
background-color: #698AD6;
}
</style>
border-color css
<style>
span { border-color: #698AD6; }
span { border-color: rgb(105,138,214); }
td.TdClassName
{
border-color: #698AD6;
}
.TagClassName
{
border-color: #698AD6;
}
</style>