Shades of Cornflower Blue #699FEC
Tints of Cornflower Blue #699FEC
RGB
CMYK
RGB Variations
Color information
#699FEC (or 0x699FEC) is known color: Cornflower Blue. HEX triplet: 69, 9F and EC. RGB value is (105,159,236). Sum of RGB (Red+Green+Blue) = 105+159+236=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #699FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FEC is #966013. Grayscale: #979797. Windows color (decimal): -9854996 or 15507305. OLE color: 15507305.
HSL color Cylindrical-coordinate representation of color #699FEC: hue angle of 215.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699FEC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 159 | 236 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215.27º | 0.78% | 0.67% | - |
| HSV(B) | 215.27º | 0.56% | 0.93% | - |
| XYZ | 33.36 | 33.86 | 84.13 | - |
| YUV | 151.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 236 | 0.56 | 0.33 | 0 | 0.07 | 215.27 | 0.78 | 0.67 |
| Hex | 69 | 9F | EC | 38 | 21 | 0 | 7 | D7 | 4E | 43 |
| Octal | 151 | 237 | 354 | 70 | 41 | 0 | 7 | 327 | 116 | 103 |
| Binary | 1101001 | 10011111 | 11101100 | 111000 | 100001 | 0 | 111 | 11010111 | 1001110 | 1000011 |
Color Harmonies of #699FEC
Complementary color
Monochromatic Colors of #699FEC
Black with #699FEC
Text Example
Text Example
White with #699FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FEC; }
p { color: rgb(105,159,236); }
H1.HeaderClassName
{
color: #699FEC;
}
.AnyTagClassName
{
color: #699FEC;
}
</style>
background-color css
<style>
a { background-color: #699FEC; }
a { background-color: rgb(105,159,236); }
div.DivClassName
{
background-color: #699FEC;
}
.BgClassName
{
background-color: #699FEC;
}
</style>
border-color css
<style>
span { border-color: #699FEC; }
span { border-color: rgb(105,159,236); }
td.TdClassName
{
border-color: #699FEC;
}
.TagClassName
{
border-color: #699FEC;
}
</style>