Shades of Cornflower Blue #687BF8
Tints of Cornflower Blue #687BF8
RGB
CMYK
RGB Variations
Color information
#687BF8 (or 0x687BF8) is known color: Cornflower Blue. HEX triplet: 68, 7B and F8. RGB value is (104,123,248). Sum of RGB (Red+Green+Blue) = 104+123+248=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #687BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687BF8 is #978407. Grayscale: #838383. Windows color (decimal): -9929736 or 16284520. OLE color: 16284520.
HSL color Cylindrical-coordinate representation of color #687BF8: hue angle of 232.08º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #687BF8 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 123 | 248 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.03 |
| HSL | 232.08º | 0.91% | 0.69% | - |
| HSV(B) | 232.08º | 0.58% | 0.97% | - |
| XYZ | 29.74 | 23.89 | 91.85 | - |
| YUV | 131.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 248 | 0.58 | 0.50 | 0 | 0.03 | 232.08 | 0.91 | 0.69 |
| Hex | 68 | 7B | F8 | 3A | 32 | 0 | 3 | E8 | 5B | 45 |
| Octal | 150 | 173 | 370 | 72 | 62 | 0 | 3 | 350 | 133 | 105 |
| Binary | 1101000 | 1111011 | 11111000 | 111010 | 110010 | 0 | 11 | 11101000 | 1011011 | 1000101 |
Color Harmonies of #687BF8
Complementary color
Monochromatic Colors of #687BF8
Black with #687BF8
Text Example
Text Example
White with #687BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BF8; }
p { color: rgb(104,123,248); }
H1.HeaderClassName
{
color: #687BF8;
}
.AnyTagClassName
{
color: #687BF8;
}
</style>
background-color css
<style>
a { background-color: #687BF8; }
a { background-color: rgb(104,123,248); }
div.DivClassName
{
background-color: #687BF8;
}
.BgClassName
{
background-color: #687BF8;
}
</style>
border-color css
<style>
span { border-color: #687BF8; }
span { border-color: rgb(104,123,248); }
td.TdClassName
{
border-color: #687BF8;
}
.TagClassName
{
border-color: #687BF8;
}
</style>