Shades of Cornflower Blue #6F87DD
Tints of Cornflower Blue #6F87DD
RGB
CMYK
RGB Variations
Color information
#6F87DD (or 0x6F87DD) is known color: Cornflower Blue. HEX triplet: 6F, 87 and DD. RGB value is (111,135,221). Sum of RGB (Red+Green+Blue) = 111+135+221=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F87DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F87DD is #907822. Grayscale: #898989. Windows color (decimal): -9467939 or 14518127. OLE color: 14518127.
HSL color Cylindrical-coordinate representation of color #6F87DD: hue angle of 226.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F87DD is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 135 | 221 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.13 |
| HSL | 226.91º | 0.62% | 0.65% | - |
| HSV(B) | 226.91º | 0.5% | 0.87% | - |
| XYZ | 28.27 | 25.93 | 71.92 | - |
| YUV | 137.63 | 175.05 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 221 | 0.50 | 0.39 | 0 | 0.13 | 226.91 | 0.62 | 0.65 |
| Hex | 6F | 87 | DD | 32 | 27 | 0 | D | E3 | 3E | 41 |
| Octal | 157 | 207 | 335 | 62 | 47 | 0 | 15 | 343 | 76 | 101 |
| Binary | 1101111 | 10000111 | 11011101 | 110010 | 100111 | 0 | 1101 | 11100011 | 111110 | 1000001 |
Color Harmonies of #6F87DD
Complementary color
Monochromatic Colors of #6F87DD
Black with #6F87DD
Text Example
Text Example
White with #6F87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F87DD; }
p { color: rgb(111,135,221); }
H1.HeaderClassName
{
color: #6F87DD;
}
.AnyTagClassName
{
color: #6F87DD;
}
</style>
background-color css
<style>
a { background-color: #6F87DD; }
a { background-color: rgb(111,135,221); }
div.DivClassName
{
background-color: #6F87DD;
}
.BgClassName
{
background-color: #6F87DD;
}
</style>
border-color css
<style>
span { border-color: #6F87DD; }
span { border-color: rgb(111,135,221); }
td.TdClassName
{
border-color: #6F87DD;
}
.TagClassName
{
border-color: #6F87DD;
}
</style>