Shades of Cornflower Blue #687FEB
Tints of Cornflower Blue #687FEB
RGB
CMYK
RGB Variations
Color information
#687FEB (or 0x687FEB) is known color: Cornflower Blue. HEX triplet: 68, 7F and EB. RGB value is (104,127,235). Sum of RGB (Red+Green+Blue) = 104+127+235=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #687FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687FEB is #978014. Grayscale: #838383. Windows color (decimal): -9928725 or 15433576. OLE color: 15433576.
HSL color Cylindrical-coordinate representation of color #687FEB: hue angle of 229.47º degrees, saturation: 0.77, 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 #687FEB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 127 | 235 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.08 |
| HSL | 229.47º | 0.77% | 0.66% | - |
| HSV(B) | 229.47º | 0.56% | 0.92% | - |
| XYZ | 28.29 | 24.12 | 81.76 | - |
| YUV | 132.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 235 | 0.56 | 0.46 | 0 | 0.08 | 229.47 | 0.77 | 0.66 |
| Hex | 68 | 7F | EB | 38 | 2E | 0 | 8 | E5 | 4D | 42 |
| Octal | 150 | 177 | 353 | 70 | 56 | 0 | 10 | 345 | 115 | 102 |
| Binary | 1101000 | 1111111 | 11101011 | 111000 | 101110 | 0 | 1000 | 11100101 | 1001101 | 1000010 |
Color Harmonies of #687FEB
Complementary color
Monochromatic Colors of #687FEB
Black with #687FEB
Text Example
Text Example
White with #687FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687FEB; }
p { color: rgb(104,127,235); }
H1.HeaderClassName
{
color: #687FEB;
}
.AnyTagClassName
{
color: #687FEB;
}
</style>
background-color css
<style>
a { background-color: #687FEB; }
a { background-color: rgb(104,127,235); }
div.DivClassName
{
background-color: #687FEB;
}
.BgClassName
{
background-color: #687FEB;
}
</style>
border-color css
<style>
span { border-color: #687FEB; }
span { border-color: rgb(104,127,235); }
td.TdClassName
{
border-color: #687FEB;
}
.TagClassName
{
border-color: #687FEB;
}
</style>