Shades of Cornflower Blue #699EFB
Tints of Cornflower Blue #699EFB
RGB
CMYK
RGB Variations
Color information
#699EFB (or 0x699EFB) is known color: Cornflower Blue. HEX triplet: 69, 9E and FB. RGB value is (105,158,251). Sum of RGB (Red+Green+Blue) = 105+158+251=514 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.43% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #699EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EFB is #966104. Grayscale: #989898. Windows color (decimal): -9855237 or 16490089. OLE color: 16490089.
HSL color Cylindrical-coordinate representation of color #699EFB: hue angle of 218.22º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699EFB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 158 | 251 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.02 |
| HSL | 218.22º | 0.95% | 0.7% | - |
| HSV(B) | 218.22º | 0.58% | 0.98% | - |
| XYZ | 35.47 | 34.42 | 96.04 | - |
| YUV | 152.76 | 183.44 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 251 | 0.58 | 0.37 | 0 | 0.02 | 218.22 | 0.95 | 0.7 |
| Hex | 69 | 9E | FB | 3A | 25 | 0 | 2 | DA | 5F | 46 |
| Octal | 151 | 236 | 373 | 72 | 45 | 0 | 2 | 332 | 137 | 106 |
| Binary | 1101001 | 10011110 | 11111011 | 111010 | 100101 | 0 | 10 | 11011010 | 1011111 | 1000110 |
Color Harmonies of #699EFB
Complementary color
Monochromatic Colors of #699EFB
Black with #699EFB
Text Example
Text Example
White with #699EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699EFB; }
p { color: rgb(105,158,251); }
H1.HeaderClassName
{
color: #699EFB;
}
.AnyTagClassName
{
color: #699EFB;
}
</style>
background-color css
<style>
a { background-color: #699EFB; }
a { background-color: rgb(105,158,251); }
div.DivClassName
{
background-color: #699EFB;
}
.BgClassName
{
background-color: #699EFB;
}
</style>
border-color css
<style>
span { border-color: #699EFB; }
span { border-color: rgb(105,158,251); }
td.TdClassName
{
border-color: #699EFB;
}
.TagClassName
{
border-color: #699EFB;
}
</style>