Shades of Cornflower Blue #689CE7
Tints of Cornflower Blue #689CE7
RGB
CMYK
RGB Variations
Color information
#689CE7 (or 0x689CE7) is known color: Cornflower Blue. HEX triplet: 68, 9C and E7. RGB value is (104,156,231). Sum of RGB (Red+Green+Blue) = 104+156+231=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #689CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689CE7 is #976318. Grayscale: #949494. Windows color (decimal): -9921305 or 15178856. OLE color: 15178856.
HSL color Cylindrical-coordinate representation of color #689CE7: hue angle of 215.43º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689CE7 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 156 | 231 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.09 |
| HSL | 215.43º | 0.73% | 0.66% | - |
| HSV(B) | 215.43º | 0.55% | 0.91% | - |
| XYZ | 32.02 | 32.49 | 80.18 | - |
| YUV | 149 | 174.27 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 231 | 0.55 | 0.32 | 0 | 0.09 | 215.43 | 0.73 | 0.66 |
| Hex | 68 | 9C | E7 | 37 | 20 | 0 | 9 | D7 | 49 | 42 |
| Octal | 150 | 234 | 347 | 67 | 40 | 0 | 11 | 327 | 111 | 102 |
| Binary | 1101000 | 10011100 | 11100111 | 110111 | 100000 | 0 | 1001 | 11010111 | 1001001 | 1000010 |
Color Harmonies of #689CE7
Complementary color
Monochromatic Colors of #689CE7
Black with #689CE7
Text Example
Text Example
White with #689CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CE7; }
p { color: rgb(104,156,231); }
H1.HeaderClassName
{
color: #689CE7;
}
.AnyTagClassName
{
color: #689CE7;
}
</style>
background-color css
<style>
a { background-color: #689CE7; }
a { background-color: rgb(104,156,231); }
div.DivClassName
{
background-color: #689CE7;
}
.BgClassName
{
background-color: #689CE7;
}
</style>
border-color css
<style>
span { border-color: #689CE7; }
span { border-color: rgb(104,156,231); }
td.TdClassName
{
border-color: #689CE7;
}
.TagClassName
{
border-color: #689CE7;
}
</style>