Shades of Cornflower Blue #699EFC
Tints of Cornflower Blue #699EFC
RGB
CMYK
RGB Variations
Color information
#699EFC (or 0x699EFC) is known color: Cornflower Blue. HEX triplet: 69, 9E and FC. RGB value is (105,158,252). Sum of RGB (Red+Green+Blue) = 105+158+252=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #699EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EFC is #966103. Grayscale: #989898. Windows color (decimal): -9855236 or 16555625. OLE color: 16555625.
HSL color Cylindrical-coordinate representation of color #699EFC: hue angle of 218.37º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699EFC is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 158 | 252 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.01 |
| HSL | 218.37º | 0.96% | 0.7% | - |
| HSV(B) | 218.37º | 0.58% | 0.99% | - |
| XYZ | 35.62 | 34.49 | 96.87 | - |
| YUV | 152.87 | 183.94 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 252 | 0.58 | 0.37 | 0 | 0.01 | 218.37 | 0.96 | 0.7 |
| Hex | 69 | 9E | FC | 3A | 25 | 0 | 1 | DA | 60 | 46 |
| Octal | 151 | 236 | 374 | 72 | 45 | 0 | 1 | 332 | 140 | 106 |
| Binary | 1101001 | 10011110 | 11111100 | 111010 | 100101 | 0 | 1 | 11011010 | 1100000 | 1000110 |
Color Harmonies of #699EFC
Complementary color
Monochromatic Colors of #699EFC
Black with #699EFC
Text Example
Text Example
White with #699EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EFC; }
p { color: rgb(105,158,252); }
H1.HeaderClassName
{
color: #699EFC;
}
.AnyTagClassName
{
color: #699EFC;
}
</style>
background-color css
<style>
a { background-color: #699EFC; }
a { background-color: rgb(105,158,252); }
div.DivClassName
{
background-color: #699EFC;
}
.BgClassName
{
background-color: #699EFC;
}
</style>
border-color css
<style>
span { border-color: #699EFC; }
span { border-color: rgb(105,158,252); }
td.TdClassName
{
border-color: #699EFC;
}
.TagClassName
{
border-color: #699EFC;
}
</style>