Shades of Cornflower Blue #699BFA
Tints of Cornflower Blue #699BFA
RGB
CMYK
RGB Variations
Color information
#699BFA (or 0x699BFA) is known color: Cornflower Blue. HEX triplet: 69, 9B and FA. RGB value is (105,155,250). Sum of RGB (Red+Green+Blue) = 105+155+250=510 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.59% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #699BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BFA is #966405. Grayscale: #969696. Windows color (decimal): -9856006 or 16423785. OLE color: 16423785.
HSL color Cylindrical-coordinate representation of color #699BFA: hue angle of 219.31º degrees, saturation: 0.94, 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 #699BFA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 155 | 250 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.02 |
| HSL | 219.31º | 0.94% | 0.7% | - |
| HSV(B) | 219.31º | 0.58% | 0.98% | - |
| XYZ | 34.8 | 33.35 | 95.05 | - |
| YUV | 150.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 155 | 250 | 0.58 | 0.38 | 0 | 0.02 | 219.31 | 0.94 | 0.7 |
| Hex | 69 | 9B | FA | 3A | 26 | 0 | 2 | DB | 5E | 46 |
| Octal | 151 | 233 | 372 | 72 | 46 | 0 | 2 | 333 | 136 | 106 |
| Binary | 1101001 | 10011011 | 11111010 | 111010 | 100110 | 0 | 10 | 11011011 | 1011110 | 1000110 |
Color Harmonies of #699BFA
Complementary color
Monochromatic Colors of #699BFA
Black with #699BFA
Text Example
Text Example
White with #699BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699BFA; }
p { color: rgb(105,155,250); }
H1.HeaderClassName
{
color: #699BFA;
}
.AnyTagClassName
{
color: #699BFA;
}
</style>
background-color css
<style>
a { background-color: #699BFA; }
a { background-color: rgb(105,155,250); }
div.DivClassName
{
background-color: #699BFA;
}
.BgClassName
{
background-color: #699BFA;
}
</style>
border-color css
<style>
span { border-color: #699BFA; }
span { border-color: rgb(105,155,250); }
td.TdClassName
{
border-color: #699BFA;
}
.TagClassName
{
border-color: #699BFA;
}
</style>