Shades of Cornflower Blue #699BFE
Tints of Cornflower Blue #699BFE
RGB
CMYK
RGB Variations
Color information
#699BFE (or 0x699BFE) is known color: Cornflower Blue. HEX triplet: 69, 9B and FE. RGB value is (105,155,254). Sum of RGB (Red+Green+Blue) = 105+155+254=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #699BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFE is #966401. Grayscale: #969696. Windows color (decimal): -9856002 or 16685929. OLE color: 16685929.
HSL color Cylindrical-coordinate representation of color #699BFE: hue angle of 219.87º 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 #699BFE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 155 | 254 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.00 |
| HSL | 219.87º | 0.99% | 0.7% | - |
| HSV(B) | 219.87º | 0.59% | 1% | - |
| XYZ | 35.44 | 33.6 | 98.38 | - |
| YUV | 151.34 | 185.94 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 254 | 0.59 | 0.39 | 0 | 0.00 | 219.87 | 0.99 | 0.7 |
| Hex | 69 | 9B | FE | 3B | 27 | 0 | 0 | DC | 63 | 46 |
| Octal | 151 | 233 | 376 | 73 | 47 | 0 | 0 | 334 | 143 | 106 |
| Binary | 1101001 | 10011011 | 11111110 | 111011 | 100111 | 0 | 0 | 11011100 | 1100011 | 1000110 |
Color Harmonies of #699BFE
Complementary color
Monochromatic Colors of #699BFE
Black with #699BFE
Text Example
Text Example
White with #699BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BFE; }
p { color: rgb(105,155,254); }
H1.HeaderClassName
{
color: #699BFE;
}
.AnyTagClassName
{
color: #699BFE;
}
</style>
background-color css
<style>
a { background-color: #699BFE; }
a { background-color: rgb(105,155,254); }
div.DivClassName
{
background-color: #699BFE;
}
.BgClassName
{
background-color: #699BFE;
}
</style>
border-color css
<style>
span { border-color: #699BFE; }
span { border-color: rgb(105,155,254); }
td.TdClassName
{
border-color: #699BFE;
}
.TagClassName
{
border-color: #699BFE;
}
</style>