Shades of Cornflower Blue #687FEA
Tints of Cornflower Blue #687FEA
RGB
CMYK
RGB Variations
Color information
#687FEA (or 0x687FEA) is known color: Cornflower Blue. HEX triplet: 68, 7F and EA. RGB value is (104,127,234). Sum of RGB (Red+Green+Blue) = 104+127+234=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #687FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687FEA is #978015. Grayscale: #838383. Windows color (decimal): -9928726 or 15368040. OLE color: 15368040.
HSL color Cylindrical-coordinate representation of color #687FEA: hue angle of 229.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #687FEA is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 127 | 234 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.08 |
| HSL | 229.38º | 0.76% | 0.66% | - |
| HSV(B) | 229.38º | 0.56% | 0.92% | - |
| XYZ | 28.15 | 24.06 | 81 | - |
| YUV | 132.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 234 | 0.56 | 0.46 | 0 | 0.08 | 229.38 | 0.76 | 0.66 |
| Hex | 68 | 7F | EA | 38 | 2E | 0 | 8 | E5 | 4C | 42 |
| Octal | 150 | 177 | 352 | 70 | 56 | 0 | 10 | 345 | 114 | 102 |
| Binary | 1101000 | 1111111 | 11101010 | 111000 | 101110 | 0 | 1000 | 11100101 | 1001100 | 1000010 |
Color Harmonies of #687FEA
Complementary color
Monochromatic Colors of #687FEA
Black with #687FEA
Text Example
Text Example
White with #687FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FEA; }
p { color: rgb(104,127,234); }
H1.HeaderClassName
{
color: #687FEA;
}
.AnyTagClassName
{
color: #687FEA;
}
</style>
background-color css
<style>
a { background-color: #687FEA; }
a { background-color: rgb(104,127,234); }
div.DivClassName
{
background-color: #687FEA;
}
.BgClassName
{
background-color: #687FEA;
}
</style>
border-color css
<style>
span { border-color: #687FEA; }
span { border-color: rgb(104,127,234); }
td.TdClassName
{
border-color: #687FEA;
}
.TagClassName
{
border-color: #687FEA;
}
</style>