Shades of Cornflower Blue #6887DD
Tints of Cornflower Blue #6887DD
RGB
CMYK
RGB Variations
Color information
#6887DD (or 0x6887DD) is known color: Cornflower Blue. HEX triplet: 68, 87 and DD. RGB value is (104,135,221). Sum of RGB (Red+Green+Blue) = 104+135+221=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #6887DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6887DD is #977822. Grayscale: #878787. Windows color (decimal): -9926691 or 14518120. OLE color: 14518120.
HSL color Cylindrical-coordinate representation of color #6887DD: hue angle of 224.1º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6887DD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 135 | 221 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.13 |
| HSL | 224.1º | 0.63% | 0.64% | - |
| HSV(B) | 224.1º | 0.53% | 0.87% | - |
| XYZ | 27.42 | 25.49 | 71.88 | - |
| YUV | 135.54 | 176.23 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 221 | 0.53 | 0.39 | 0 | 0.13 | 224.1 | 0.63 | 0.64 |
| Hex | 68 | 87 | DD | 35 | 27 | 0 | D | E0 | 3F | 40 |
| Octal | 150 | 207 | 335 | 65 | 47 | 0 | 15 | 340 | 77 | 100 |
| Binary | 1101000 | 10000111 | 11011101 | 110101 | 100111 | 0 | 1101 | 11100000 | 111111 | 1000000 |
Color Harmonies of #6887DD
Complementary color
Monochromatic Colors of #6887DD
Black with #6887DD
Text Example
Text Example
White with #6887DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6887DD; }
p { color: rgb(104,135,221); }
H1.HeaderClassName
{
color: #6887DD;
}
.AnyTagClassName
{
color: #6887DD;
}
</style>
background-color css
<style>
a { background-color: #6887DD; }
a { background-color: rgb(104,135,221); }
div.DivClassName
{
background-color: #6887DD;
}
.BgClassName
{
background-color: #6887DD;
}
</style>
border-color css
<style>
span { border-color: #6887DD; }
span { border-color: rgb(104,135,221); }
td.TdClassName
{
border-color: #6887DD;
}
.TagClassName
{
border-color: #6887DD;
}
</style>