Shades of Cornflower Blue #689BF6
Tints of Cornflower Blue #689BF6
RGB
CMYK
RGB Variations
Color information
#689BF6 (or 0x689BF6) is known color: Cornflower Blue. HEX triplet: 68, 9B and F6. RGB value is (104,155,246). Sum of RGB (Red+Green+Blue) = 104+155+246=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #689BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689BF6 is #976409. Grayscale: #959595. Windows color (decimal): -9921546 or 16161640. OLE color: 16161640.
HSL color Cylindrical-coordinate representation of color #689BF6: hue angle of 218.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #689BF6 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 155 | 246 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.04 |
| HSL | 218.45º | 0.89% | 0.69% | - |
| HSV(B) | 218.45º | 0.58% | 0.96% | - |
| XYZ | 34.06 | 33.04 | 91.77 | - |
| YUV | 150.13 | 182.1 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 246 | 0.58 | 0.37 | 0 | 0.04 | 218.45 | 0.89 | 0.69 |
| Hex | 68 | 9B | F6 | 3A | 25 | 0 | 4 | DA | 59 | 45 |
| Octal | 150 | 233 | 366 | 72 | 45 | 0 | 4 | 332 | 131 | 105 |
| Binary | 1101000 | 10011011 | 11110110 | 111010 | 100101 | 0 | 100 | 11011010 | 1011001 | 1000101 |
Color Harmonies of #689BF6
Complementary color
Monochromatic Colors of #689BF6
Black with #689BF6
Text Example
Text Example
White with #689BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BF6; }
p { color: rgb(104,155,246); }
H1.HeaderClassName
{
color: #689BF6;
}
.AnyTagClassName
{
color: #689BF6;
}
</style>
background-color css
<style>
a { background-color: #689BF6; }
a { background-color: rgb(104,155,246); }
div.DivClassName
{
background-color: #689BF6;
}
.BgClassName
{
background-color: #689BF6;
}
</style>
border-color css
<style>
span { border-color: #689BF6; }
span { border-color: rgb(104,155,246); }
td.TdClassName
{
border-color: #689BF6;
}
.TagClassName
{
border-color: #689BF6;
}
</style>