Shades of Cornflower Blue #6887FA
Tints of Cornflower Blue #6887FA
RGB
CMYK
RGB Variations
Color information
#6887FA (or 0x6887FA) is known color: Cornflower Blue. HEX triplet: 68, 87 and FA. RGB value is (104,135,250). Sum of RGB (Red+Green+Blue) = 104+135+250=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #6887FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6887FA is #977805. Grayscale: #8A8A8A. Windows color (decimal): -9926662 or 16418664. OLE color: 16418664.
HSL color Cylindrical-coordinate representation of color #6887FA: hue angle of 227.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6887FA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 135 | 250 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.02 |
| HSL | 227.26º | 0.94% | 0.69% | - |
| HSV(B) | 227.26º | 0.58% | 0.98% | - |
| XYZ | 31.63 | 27.17 | 94.02 | - |
| YUV | 138.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 250 | 0.58 | 0.46 | 0 | 0.02 | 227.26 | 0.94 | 0.69 |
| Hex | 68 | 87 | FA | 3A | 2E | 0 | 2 | E3 | 5E | 45 |
| Octal | 150 | 207 | 372 | 72 | 56 | 0 | 2 | 343 | 136 | 105 |
| Binary | 1101000 | 10000111 | 11111010 | 111010 | 101110 | 0 | 10 | 11100011 | 1011110 | 1000101 |
Color Harmonies of #6887FA
Complementary color
Monochromatic Colors of #6887FA
Black with #6887FA
Text Example
Text Example
White with #6887FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887FA; }
p { color: rgb(104,135,250); }
H1.HeaderClassName
{
color: #6887FA;
}
.AnyTagClassName
{
color: #6887FA;
}
</style>
background-color css
<style>
a { background-color: #6887FA; }
a { background-color: rgb(104,135,250); }
div.DivClassName
{
background-color: #6887FA;
}
.BgClassName
{
background-color: #6887FA;
}
</style>
border-color css
<style>
span { border-color: #6887FA; }
span { border-color: rgb(104,135,250); }
td.TdClassName
{
border-color: #6887FA;
}
.TagClassName
{
border-color: #6887FA;
}
</style>