Shades of Cornflower Blue #687BFD
Tints of Cornflower Blue #687BFD
RGB
CMYK
RGB Variations
Color information
#687BFD (or 0x687BFD) is known color: Cornflower Blue. HEX triplet: 68, 7B and FD. RGB value is (104,123,253). Sum of RGB (Red+Green+Blue) = 104+123+253=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #687BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687BFD is #978402. Grayscale: #838383. Windows color (decimal): -9929731 or 16612200. OLE color: 16612200.
HSL color Cylindrical-coordinate representation of color #687BFD: hue angle of 232.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #687BFD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 123 | 253 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.01 |
| HSL | 232.35º | 0.97% | 0.7% | - |
| HSV(B) | 232.35º | 0.59% | 0.99% | - |
| XYZ | 30.52 | 24.2 | 95.99 | - |
| YUV | 132.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 253 | 0.59 | 0.51 | 0 | 0.01 | 232.35 | 0.97 | 0.7 |
| Hex | 68 | 7B | FD | 3B | 33 | 0 | 1 | E8 | 61 | 46 |
| Octal | 150 | 173 | 375 | 73 | 63 | 0 | 1 | 350 | 141 | 106 |
| Binary | 1101000 | 1111011 | 11111101 | 111011 | 110011 | 0 | 1 | 11101000 | 1100001 | 1000110 |
Color Harmonies of #687BFD
Complementary color
Monochromatic Colors of #687BFD
Black with #687BFD
Text Example
Text Example
White with #687BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BFD; }
p { color: rgb(104,123,253); }
H1.HeaderClassName
{
color: #687BFD;
}
.AnyTagClassName
{
color: #687BFD;
}
</style>
background-color css
<style>
a { background-color: #687BFD; }
a { background-color: rgb(104,123,253); }
div.DivClassName
{
background-color: #687BFD;
}
.BgClassName
{
background-color: #687BFD;
}
</style>
border-color css
<style>
span { border-color: #687BFD; }
span { border-color: rgb(104,123,253); }
td.TdClassName
{
border-color: #687BFD;
}
.TagClassName
{
border-color: #687BFD;
}
</style>