Shades of Cornflower Blue #699FFB
Tints of Cornflower Blue #699FFB
RGB
CMYK
RGB Variations
Color information
#699FFB (or 0x699FFB) is known color: Cornflower Blue. HEX triplet: 69, 9F and FB. RGB value is (105,159,251). Sum of RGB (Red+Green+Blue) = 105+159+251=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #699FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699FFB is #966004. Grayscale: #989898. Windows color (decimal): -9854981 or 16490345. OLE color: 16490345.
HSL color Cylindrical-coordinate representation of color #699FFB: hue angle of 217.81º 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 #699FFB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 159 | 251 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.02 |
| HSL | 217.81º | 0.95% | 0.7% | - |
| HSV(B) | 217.81º | 0.58% | 0.98% | - |
| XYZ | 35.64 | 34.76 | 96.1 | - |
| YUV | 153.34 | 183.11 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 251 | 0.58 | 0.37 | 0 | 0.02 | 217.81 | 0.95 | 0.7 |
| Hex | 69 | 9F | FB | 3A | 25 | 0 | 2 | DA | 5F | 46 |
| Octal | 151 | 237 | 373 | 72 | 45 | 0 | 2 | 332 | 137 | 106 |
| Binary | 1101001 | 10011111 | 11111011 | 111010 | 100101 | 0 | 10 | 11011010 | 1011111 | 1000110 |
Color Harmonies of #699FFB
Complementary color
Monochromatic Colors of #699FFB
Black with #699FFB
Text Example
Text Example
White with #699FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699FFB; }
p { color: rgb(105,159,251); }
H1.HeaderClassName
{
color: #699FFB;
}
.AnyTagClassName
{
color: #699FFB;
}
</style>
background-color css
<style>
a { background-color: #699FFB; }
a { background-color: rgb(105,159,251); }
div.DivClassName
{
background-color: #699FFB;
}
.BgClassName
{
background-color: #699FFB;
}
</style>
border-color css
<style>
span { border-color: #699FFB; }
span { border-color: rgb(105,159,251); }
td.TdClassName
{
border-color: #699FFB;
}
.TagClassName
{
border-color: #699FFB;
}
</style>