Shades of Cornflower Blue #699EFF
Tints of Cornflower Blue #699EFF
RGB
CMYK
RGB Variations
Color information
#699EFF (or 0x699EFF) is known color: Cornflower Blue. HEX triplet: 69, 9E and FF. RGB value is (105,158,255). Sum of RGB (Red+Green+Blue) = 105+158+255=518 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.27% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #699EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EFF is #966100. Grayscale: #989898. Windows color (decimal): -9855233 or 16752233. OLE color: 16752233.
HSL color Cylindrical-coordinate representation of color #699EFF: hue angle of 218.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #699EFF is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 158 | 255 | - |
| CMYK | 0.59 | 0.38 | 0 | 0 |
| HSL | 218.8º | 1% | 0.71% | - |
| HSV(B) | 218.8º | 0.59% | 1% | - |
| XYZ | 36.1 | 34.68 | 99.4 | - |
| YUV | 153.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 255 | 0.59 | 0.38 | 0 | 0 | 218.8 | 1 | 0.71 |
| Hex | 69 | 9E | FF | 3B | 26 | 0 | 0 | DB | 64 | 47 |
| Octal | 151 | 236 | 377 | 73 | 46 | 0 | 0 | 333 | 144 | 107 |
| Binary | 1101001 | 10011110 | 11111111 | 111011 | 100110 | 0 | 0 | 11011011 | 1100100 | 1000111 |
Color Harmonies of #699EFF
Complementary color
Monochromatic Colors of #699EFF
Black with #699EFF
Text Example
Text Example
White with #699EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EFF; }
p { color: rgb(105,158,255); }
H1.HeaderClassName
{
color: #699EFF;
}
.AnyTagClassName
{
color: #699EFF;
}
</style>
background-color css
<style>
a { background-color: #699EFF; }
a { background-color: rgb(105,158,255); }
div.DivClassName
{
background-color: #699EFF;
}
.BgClassName
{
background-color: #699EFF;
}
</style>
border-color css
<style>
span { border-color: #699EFF; }
span { border-color: rgb(105,158,255); }
td.TdClassName
{
border-color: #699EFF;
}
.TagClassName
{
border-color: #699EFF;
}
</style>