Shades of Cornflower Blue #689CFE
Tints of Cornflower Blue #689CFE
RGB
CMYK
RGB Variations
Color information
#689CFE (or 0x689CFE) is known color: Cornflower Blue. HEX triplet: 68, 9C and FE. RGB value is (104,156,254). Sum of RGB (Red+Green+Blue) = 104+156+254=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #689CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CFE is #976301. Grayscale: #979797. Windows color (decimal): -9921282 or 16686184. OLE color: 16686184.
HSL color Cylindrical-coordinate representation of color #689CFE: hue angle of 219.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #689CFE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 156 | 254 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.00 |
| HSL | 219.2º | 0.99% | 0.7% | - |
| HSV(B) | 219.2º | 0.59% | 1% | - |
| XYZ | 35.49 | 33.88 | 98.43 | - |
| YUV | 151.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 254 | 0.59 | 0.39 | 0 | 0.00 | 219.2 | 0.99 | 0.7 |
| Hex | 68 | 9C | FE | 3B | 27 | 0 | 0 | DB | 63 | 46 |
| Octal | 150 | 234 | 376 | 73 | 47 | 0 | 0 | 333 | 143 | 106 |
| Binary | 1101000 | 10011100 | 11111110 | 111011 | 100111 | 0 | 0 | 11011011 | 1100011 | 1000110 |
Color Harmonies of #689CFE
Complementary color
Monochromatic Colors of #689CFE
Black with #689CFE
Text Example
Text Example
White with #689CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CFE; }
p { color: rgb(104,156,254); }
H1.HeaderClassName
{
color: #689CFE;
}
.AnyTagClassName
{
color: #689CFE;
}
</style>
background-color css
<style>
a { background-color: #689CFE; }
a { background-color: rgb(104,156,254); }
div.DivClassName
{
background-color: #689CFE;
}
.BgClassName
{
background-color: #689CFE;
}
</style>
border-color css
<style>
span { border-color: #689CFE; }
span { border-color: rgb(104,156,254); }
td.TdClassName
{
border-color: #689CFE;
}
.TagClassName
{
border-color: #689CFE;
}
</style>