Shades of Cornflower Blue #699FFE
Tints of Cornflower Blue #699FFE
RGB
CMYK
RGB Variations
Color information
#699FFE (or 0x699FFE) is known color: Cornflower Blue. HEX triplet: 69, 9F and FE. RGB value is (105,159,254). Sum of RGB (Red+Green+Blue) = 105+159+254=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #699FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFE is #966001. Grayscale: #999999. Windows color (decimal): -9854978 or 16686953. OLE color: 16686953.
HSL color Cylindrical-coordinate representation of color #699FFE: hue angle of 218.26º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699FFE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 159 | 254 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.00 |
| HSL | 218.26º | 0.99% | 0.7% | - |
| HSV(B) | 218.26º | 0.59% | 1% | - |
| XYZ | 36.11 | 34.96 | 98.61 | - |
| YUV | 153.68 | 184.61 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 254 | 0.59 | 0.37 | 0 | 0.00 | 218.26 | 0.99 | 0.7 |
| Hex | 69 | 9F | FE | 3B | 25 | 0 | 0 | DA | 63 | 46 |
| Octal | 151 | 237 | 376 | 73 | 45 | 0 | 0 | 332 | 143 | 106 |
| Binary | 1101001 | 10011111 | 11111110 | 111011 | 100101 | 0 | 0 | 11011010 | 1100011 | 1000110 |
Color Harmonies of #699FFE
Complementary color
Monochromatic Colors of #699FFE
Black with #699FFE
Text Example
Text Example
White with #699FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FFE; }
p { color: rgb(105,159,254); }
H1.HeaderClassName
{
color: #699FFE;
}
.AnyTagClassName
{
color: #699FFE;
}
</style>
background-color css
<style>
a { background-color: #699FFE; }
a { background-color: rgb(105,159,254); }
div.DivClassName
{
background-color: #699FFE;
}
.BgClassName
{
background-color: #699FFE;
}
</style>
border-color css
<style>
span { border-color: #699FFE; }
span { border-color: rgb(105,159,254); }
td.TdClassName
{
border-color: #699FFE;
}
.TagClassName
{
border-color: #699FFE;
}
</style>