Shades of Cornflower Blue #689CF1
Tints of Cornflower Blue #689CF1
RGB
CMYK
RGB Variations
Color information
#689CF1 (or 0x689CF1) is known color: Cornflower Blue. HEX triplet: 68, 9C and F1. RGB value is (104,156,241). Sum of RGB (Red+Green+Blue) = 104+156+241=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #689CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CF1 is #97630E. Grayscale: #959595. Windows color (decimal): -9921295 or 15834216. OLE color: 15834216.
HSL color Cylindrical-coordinate representation of color #689CF1: hue angle of 217.23º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689CF1 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 156 | 241 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.05 |
| HSL | 217.23º | 0.83% | 0.68% | - |
| HSV(B) | 217.23º | 0.57% | 0.95% | - |
| XYZ | 33.47 | 33.07 | 87.84 | - |
| YUV | 150.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 241 | 0.57 | 0.35 | 0 | 0.05 | 217.23 | 0.83 | 0.68 |
| Hex | 68 | 9C | F1 | 39 | 23 | 0 | 5 | D9 | 53 | 44 |
| Octal | 150 | 234 | 361 | 71 | 43 | 0 | 5 | 331 | 123 | 104 |
| Binary | 1101000 | 10011100 | 11110001 | 111001 | 100011 | 0 | 101 | 11011001 | 1010011 | 1000100 |
Color Harmonies of #689CF1
Complementary color
Monochromatic Colors of #689CF1
Black with #689CF1
Text Example
Text Example
White with #689CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CF1; }
p { color: rgb(104,156,241); }
H1.HeaderClassName
{
color: #689CF1;
}
.AnyTagClassName
{
color: #689CF1;
}
</style>
background-color css
<style>
a { background-color: #689CF1; }
a { background-color: rgb(104,156,241); }
div.DivClassName
{
background-color: #689CF1;
}
.BgClassName
{
background-color: #689CF1;
}
</style>
border-color css
<style>
span { border-color: #689CF1; }
span { border-color: rgb(104,156,241); }
td.TdClassName
{
border-color: #689CF1;
}
.TagClassName
{
border-color: #689CF1;
}
</style>