Shades of Cornflower Blue #699FED
Tints of Cornflower Blue #699FED
RGB
CMYK
RGB Variations
Color information
#699FED (or 0x699FED) is known color: Cornflower Blue. HEX triplet: 69, 9F and ED. RGB value is (105,159,237). Sum of RGB (Red+Green+Blue) = 105+159+237=501 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.96% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #699FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FED is #966012. Grayscale: #979797. Windows color (decimal): -9854995 or 15572841. OLE color: 15572841.
HSL color Cylindrical-coordinate representation of color #699FED: hue angle of 215.45º degrees, saturation: 0.79, 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 #699FED is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 159 | 237 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.07 |
| HSL | 215.45º | 0.79% | 0.67% | - |
| HSV(B) | 215.45º | 0.56% | 0.93% | - |
| XYZ | 33.51 | 33.91 | 84.9 | - |
| YUV | 151.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 237 | 0.56 | 0.33 | 0 | 0.07 | 215.45 | 0.79 | 0.67 |
| Hex | 69 | 9F | ED | 38 | 21 | 0 | 7 | D7 | 4F | 43 |
| Octal | 151 | 237 | 355 | 70 | 41 | 0 | 7 | 327 | 117 | 103 |
| Binary | 1101001 | 10011111 | 11101101 | 111000 | 100001 | 0 | 111 | 11010111 | 1001111 | 1000011 |
Color Harmonies of #699FED
Complementary color
Monochromatic Colors of #699FED
Black with #699FED
Text Example
Text Example
White with #699FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FED; }
p { color: rgb(105,159,237); }
H1.HeaderClassName
{
color: #699FED;
}
.AnyTagClassName
{
color: #699FED;
}
</style>
background-color css
<style>
a { background-color: #699FED; }
a { background-color: rgb(105,159,237); }
div.DivClassName
{
background-color: #699FED;
}
.BgClassName
{
background-color: #699FED;
}
</style>
border-color css
<style>
span { border-color: #699FED; }
span { border-color: rgb(105,159,237); }
td.TdClassName
{
border-color: #699FED;
}
.TagClassName
{
border-color: #699FED;
}
</style>