Shades of Cornflower Blue #6887D7
Tints of Cornflower Blue #6887D7
RGB
CMYK
RGB Variations
Color information
#6887D7 (or 0x6887D7) is known color: Cornflower Blue. HEX triplet: 68, 87 and D7. RGB value is (104,135,215). Sum of RGB (Red+Green+Blue) = 104+135+215=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #6887D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887D7 is #977828. Grayscale: #868686. Windows color (decimal): -9926697 or 14124904. OLE color: 14124904.
HSL color Cylindrical-coordinate representation of color #6887D7: hue angle of 223.24º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6887D7 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 135 | 215 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.16 |
| HSL | 223.24º | 0.58% | 0.63% | - |
| HSV(B) | 223.24º | 0.52% | 0.84% | - |
| XYZ | 26.64 | 25.18 | 67.75 | - |
| YUV | 134.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 215 | 0.52 | 0.37 | 0 | 0.16 | 223.24 | 0.58 | 0.63 |
| Hex | 68 | 87 | D7 | 34 | 25 | 0 | 10 | DF | 3A | 3F |
| Octal | 150 | 207 | 327 | 64 | 45 | 0 | 20 | 337 | 72 | 77 |
| Binary | 1101000 | 10000111 | 11010111 | 110100 | 100101 | 0 | 10000 | 11011111 | 111010 | 111111 |
Color Harmonies of #6887D7
Complementary color
Monochromatic Colors of #6887D7
Black with #6887D7
Text Example
Text Example
White with #6887D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887D7; }
p { color: rgb(104,135,215); }
H1.HeaderClassName
{
color: #6887D7;
}
.AnyTagClassName
{
color: #6887D7;
}
</style>
background-color css
<style>
a { background-color: #6887D7; }
a { background-color: rgb(104,135,215); }
div.DivClassName
{
background-color: #6887D7;
}
.BgClassName
{
background-color: #6887D7;
}
</style>
border-color css
<style>
span { border-color: #6887D7; }
span { border-color: rgb(104,135,215); }
td.TdClassName
{
border-color: #6887D7;
}
.TagClassName
{
border-color: #6887D7;
}
</style>