Shades of Cornflower Blue #689BF0
Tints of Cornflower Blue #689BF0
RGB
CMYK
RGB Variations
Color information
#689BF0 (or 0x689BF0) is known color: Cornflower Blue. HEX triplet: 68, 9B and F0. RGB value is (104,155,240). Sum of RGB (Red+Green+Blue) = 104+155+240=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #689BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BF0 is #97640F. Grayscale: #959595. Windows color (decimal): -9921552 or 15768424. OLE color: 15768424.
HSL color Cylindrical-coordinate representation of color #689BF0: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689BF0 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 155 | 240 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.06 |
| HSL | 217.5º | 0.82% | 0.67% | - |
| HSV(B) | 217.5º | 0.57% | 0.94% | - |
| XYZ | 33.16 | 32.68 | 87 | - |
| YUV | 149.44 | 179.1 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 240 | 0.57 | 0.35 | 0 | 0.06 | 217.5 | 0.82 | 0.67 |
| Hex | 68 | 9B | F0 | 39 | 23 | 0 | 6 | DA | 52 | 43 |
| Octal | 150 | 233 | 360 | 71 | 43 | 0 | 6 | 332 | 122 | 103 |
| Binary | 1101000 | 10011011 | 11110000 | 111001 | 100011 | 0 | 110 | 11011010 | 1010010 | 1000011 |
Color Harmonies of #689BF0
Complementary color
Monochromatic Colors of #689BF0
Black with #689BF0
Text Example
Text Example
White with #689BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BF0; }
p { color: rgb(104,155,240); }
H1.HeaderClassName
{
color: #689BF0;
}
.AnyTagClassName
{
color: #689BF0;
}
</style>
background-color css
<style>
a { background-color: #689BF0; }
a { background-color: rgb(104,155,240); }
div.DivClassName
{
background-color: #689BF0;
}
.BgClassName
{
background-color: #689BF0;
}
</style>
border-color css
<style>
span { border-color: #689BF0; }
span { border-color: rgb(104,155,240); }
td.TdClassName
{
border-color: #689BF0;
}
.TagClassName
{
border-color: #689BF0;
}
</style>