Shades of Cornflower Blue #689BFA
Tints of Cornflower Blue #689BFA
RGB
CMYK
RGB Variations
Color information
#689BFA (or 0x689BFA) is known color: Cornflower Blue. HEX triplet: 68, 9B and FA. RGB value is (104,155,250). Sum of RGB (Red+Green+Blue) = 104+155+250=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #689BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BFA is #976405. Grayscale: #969696. Windows color (decimal): -9921542 or 16423784. OLE color: 16423784.
HSL color Cylindrical-coordinate representation of color #689BFA: hue angle of 219.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689BFA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 155 | 250 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.02 |
| HSL | 219.04º | 0.94% | 0.69% | - |
| HSV(B) | 219.04º | 0.58% | 0.98% | - |
| XYZ | 34.69 | 33.29 | 95.04 | - |
| YUV | 150.58 | 184.1 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 250 | 0.58 | 0.38 | 0 | 0.02 | 219.04 | 0.94 | 0.69 |
| Hex | 68 | 9B | FA | 3A | 26 | 0 | 2 | DB | 5E | 45 |
| Octal | 150 | 233 | 372 | 72 | 46 | 0 | 2 | 333 | 136 | 105 |
| Binary | 1101000 | 10011011 | 11111010 | 111010 | 100110 | 0 | 10 | 11011011 | 1011110 | 1000101 |
Color Harmonies of #689BFA
Complementary color
Monochromatic Colors of #689BFA
Black with #689BFA
Text Example
Text Example
White with #689BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BFA; }
p { color: rgb(104,155,250); }
H1.HeaderClassName
{
color: #689BFA;
}
.AnyTagClassName
{
color: #689BFA;
}
</style>
background-color css
<style>
a { background-color: #689BFA; }
a { background-color: rgb(104,155,250); }
div.DivClassName
{
background-color: #689BFA;
}
.BgClassName
{
background-color: #689BFA;
}
</style>
border-color css
<style>
span { border-color: #689BFA; }
span { border-color: rgb(104,155,250); }
td.TdClassName
{
border-color: #689BFA;
}
.TagClassName
{
border-color: #689BFA;
}
</style>