Shades of Cornflower Blue #6B8DD9
Tints of Cornflower Blue #6B8DD9
RGB
CMYK
RGB Variations
Color information
#6B8DD9 (or 0x6B8DD9) is known color: Cornflower Blue. HEX triplet: 6B, 8D and D9. RGB value is (107,141,217). Sum of RGB (Red+Green+Blue) = 107+141+217=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B8DD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DD9 is #947226. Grayscale: #8B8B8B. Windows color (decimal): -9728551 or 14257515. OLE color: 14257515.
HSL color Cylindrical-coordinate representation of color #6B8DD9: hue angle of 221.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8DD9 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 141 | 217 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.15 |
| HSL | 221.45º | 0.59% | 0.64% | - |
| HSV(B) | 221.45º | 0.51% | 0.85% | - |
| XYZ | 28.11 | 27.19 | 69.41 | - |
| YUV | 139.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 217 | 0.51 | 0.35 | 0 | 0.15 | 221.45 | 0.59 | 0.64 |
| Hex | 6B | 8D | D9 | 33 | 23 | 0 | F | DD | 3B | 40 |
| Octal | 153 | 215 | 331 | 63 | 43 | 0 | 17 | 335 | 73 | 100 |
| Binary | 1101011 | 10001101 | 11011001 | 110011 | 100011 | 0 | 1111 | 11011101 | 111011 | 1000000 |
Color Harmonies of #6B8DD9
Complementary color
Monochromatic Colors of #6B8DD9
Black with #6B8DD9
Text Example
Text Example
White with #6B8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DD9; }
p { color: rgb(107,141,217); }
H1.HeaderClassName
{
color: #6B8DD9;
}
.AnyTagClassName
{
color: #6B8DD9;
}
</style>
background-color css
<style>
a { background-color: #6B8DD9; }
a { background-color: rgb(107,141,217); }
div.DivClassName
{
background-color: #6B8DD9;
}
.BgClassName
{
background-color: #6B8DD9;
}
</style>
border-color css
<style>
span { border-color: #6B8DD9; }
span { border-color: rgb(107,141,217); }
td.TdClassName
{
border-color: #6B8DD9;
}
.TagClassName
{
border-color: #6B8DD9;
}
</style>