Shades of Cornflower Blue #689CFA
Tints of Cornflower Blue #689CFA
RGB
CMYK
RGB Variations
Color information
#689CFA (or 0x689CFA) is known color: Cornflower Blue. HEX triplet: 68, 9C and FA. RGB value is (104,156,250). Sum of RGB (Red+Green+Blue) = 104+156+250=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 156 (61.33% from 255 or 30.59% 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 #689CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CFA is #976305. Grayscale: #969696. Windows color (decimal): -9921286 or 16424040. OLE color: 16424040.
HSL color Cylindrical-coordinate representation of color #689CFA: hue angle of 218.63º 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 #689CFA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 156 | 250 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.02 |
| HSL | 218.63º | 0.94% | 0.69% | - |
| HSV(B) | 218.63º | 0.58% | 0.98% | - |
| XYZ | 34.85 | 33.62 | 95.1 | - |
| YUV | 151.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 250 | 0.58 | 0.38 | 0 | 0.02 | 218.63 | 0.94 | 0.69 |
| Hex | 68 | 9C | FA | 3A | 26 | 0 | 2 | DB | 5E | 45 |
| Octal | 150 | 234 | 372 | 72 | 46 | 0 | 2 | 333 | 136 | 105 |
| Binary | 1101000 | 10011100 | 11111010 | 111010 | 100110 | 0 | 10 | 11011011 | 1011110 | 1000101 |
Color Harmonies of #689CFA
Complementary color
Monochromatic Colors of #689CFA
Black with #689CFA
Text Example
Text Example
White with #689CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CFA; }
p { color: rgb(104,156,250); }
H1.HeaderClassName
{
color: #689CFA;
}
.AnyTagClassName
{
color: #689CFA;
}
</style>
background-color css
<style>
a { background-color: #689CFA; }
a { background-color: rgb(104,156,250); }
div.DivClassName
{
background-color: #689CFA;
}
.BgClassName
{
background-color: #689CFA;
}
</style>
border-color css
<style>
span { border-color: #689CFA; }
span { border-color: rgb(104,156,250); }
td.TdClassName
{
border-color: #689CFA;
}
.TagClassName
{
border-color: #689CFA;
}
</style>