Shades of Cornflower Blue #6887FF
Tints of Cornflower Blue #6887FF
RGB
CMYK
RGB Variations
Color information
#6887FF (or 0x6887FF) is known color: Cornflower Blue. HEX triplet: 68, 87 and FF. RGB value is (104,135,255). Sum of RGB (Red+Green+Blue) = 104+135+255=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #6887FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6887FF is #977800. Grayscale: #8A8A8A. Windows color (decimal): -9926657 or 16746344. OLE color: 16746344.
HSL color Cylindrical-coordinate representation of color #6887FF: hue angle of 227.68º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6887FF is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 135 | 255 | - |
| CMYK | 0.59 | 0.47 | 0 | 0 |
| HSL | 227.68º | 1% | 0.7% | - |
| HSV(B) | 227.68º | 0.59% | 1% | - |
| XYZ | 32.42 | 27.49 | 98.21 | - |
| YUV | 139.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 255 | 0.59 | 0.47 | 0 | 0 | 227.68 | 1 | 0.7 |
| Hex | 68 | 87 | FF | 3B | 2F | 0 | 0 | E4 | 64 | 46 |
| Octal | 150 | 207 | 377 | 73 | 57 | 0 | 0 | 344 | 144 | 106 |
| Binary | 1101000 | 10000111 | 11111111 | 111011 | 101111 | 0 | 0 | 11100100 | 1100100 | 1000110 |
Color Harmonies of #6887FF
Complementary color
Monochromatic Colors of #6887FF
Black with #6887FF
Text Example
Text Example
White with #6887FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887FF; }
p { color: rgb(104,135,255); }
H1.HeaderClassName
{
color: #6887FF;
}
.AnyTagClassName
{
color: #6887FF;
}
</style>
background-color css
<style>
a { background-color: #6887FF; }
a { background-color: rgb(104,135,255); }
div.DivClassName
{
background-color: #6887FF;
}
.BgClassName
{
background-color: #6887FF;
}
</style>
border-color css
<style>
span { border-color: #6887FF; }
span { border-color: rgb(104,135,255); }
td.TdClassName
{
border-color: #6887FF;
}
.TagClassName
{
border-color: #6887FF;
}
</style>