Shades of Cornflower Blue #689CFF
Tints of Cornflower Blue #689CFF
RGB
CMYK
RGB Variations
Color information
#689CFF (or 0x689CFF) is known color: Cornflower Blue. HEX triplet: 68, 9C and FF. RGB value is (104,156,255). Sum of RGB (Red+Green+Blue) = 104+156+255=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #689CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CFF is #976300. Grayscale: #979797. Windows color (decimal): -9921281 or 16751720. OLE color: 16751720.
HSL color Cylindrical-coordinate representation of color #689CFF: hue angle of 219.34º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #689CFF is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 156 | 255 | - |
| CMYK | 0.59 | 0.39 | 0 | 0 |
| HSL | 219.34º | 1% | 0.7% | - |
| HSV(B) | 219.34º | 0.59% | 1% | - |
| XYZ | 35.65 | 33.94 | 99.28 | - |
| YUV | 151.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 255 | 0.59 | 0.39 | 0 | 0 | 219.34 | 1 | 0.7 |
| Hex | 68 | 9C | FF | 3B | 27 | 0 | 0 | DB | 64 | 46 |
| Octal | 150 | 234 | 377 | 73 | 47 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1101000 | 10011100 | 11111111 | 111011 | 100111 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #689CFF
Complementary color
Monochromatic Colors of #689CFF
Black with #689CFF
Text Example
Text Example
White with #689CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CFF; }
p { color: rgb(104,156,255); }
H1.HeaderClassName
{
color: #689CFF;
}
.AnyTagClassName
{
color: #689CFF;
}
</style>
background-color css
<style>
a { background-color: #689CFF; }
a { background-color: rgb(104,156,255); }
div.DivClassName
{
background-color: #689CFF;
}
.BgClassName
{
background-color: #689CFF;
}
</style>
border-color css
<style>
span { border-color: #689CFF; }
span { border-color: rgb(104,156,255); }
td.TdClassName
{
border-color: #689CFF;
}
.TagClassName
{
border-color: #689CFF;
}
</style>