Shades of Cornflower Blue #6F8DDA
Tints of Cornflower Blue #6F8DDA
RGB
CMYK
RGB Variations
Color information
#6F8DDA (or 0x6F8DDA) is known color: Cornflower Blue. HEX triplet: 6F, 8D and DA. RGB value is (111,141,218). Sum of RGB (Red+Green+Blue) = 111+141+218=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F8DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DDA is #907225. Grayscale: #8C8C8C. Windows color (decimal): -9466406 or 14323055. OLE color: 14323055.
HSL color Cylindrical-coordinate representation of color #6F8DDA: hue angle of 223.18º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F8DDA is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 141 | 218 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.15 |
| HSL | 223.18º | 0.59% | 0.65% | - |
| HSV(B) | 223.18º | 0.49% | 0.85% | - |
| XYZ | 28.74 | 27.49 | 70.12 | - |
| YUV | 140.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 218 | 0.49 | 0.35 | 0 | 0.15 | 223.18 | 0.59 | 0.65 |
| Hex | 6F | 8D | DA | 31 | 23 | 0 | F | DF | 3B | 41 |
| Octal | 157 | 215 | 332 | 61 | 43 | 0 | 17 | 337 | 73 | 101 |
| Binary | 1101111 | 10001101 | 11011010 | 110001 | 100011 | 0 | 1111 | 11011111 | 111011 | 1000001 |
Color Harmonies of #6F8DDA
Complementary color
Monochromatic Colors of #6F8DDA
Black with #6F8DDA
Text Example
Text Example
White with #6F8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DDA; }
p { color: rgb(111,141,218); }
H1.HeaderClassName
{
color: #6F8DDA;
}
.AnyTagClassName
{
color: #6F8DDA;
}
</style>
background-color css
<style>
a { background-color: #6F8DDA; }
a { background-color: rgb(111,141,218); }
div.DivClassName
{
background-color: #6F8DDA;
}
.BgClassName
{
background-color: #6F8DDA;
}
</style>
border-color css
<style>
span { border-color: #6F8DDA; }
span { border-color: rgb(111,141,218); }
td.TdClassName
{
border-color: #6F8DDA;
}
.TagClassName
{
border-color: #6F8DDA;
}
</style>