Shades of Cornflower Blue #6B8ED9
Tints of Cornflower Blue #6B8ED9
RGB
CMYK
RGB Variations
Color information
#6B8ED9 (or 0x6B8ED9) is known color: Cornflower Blue. HEX triplet: 6B, 8E and D9. RGB value is (107,142,217). Sum of RGB (Red+Green+Blue) = 107+142+217=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B8ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ED9 is #947126. Grayscale: #8B8B8B. Windows color (decimal): -9728295 or 14257771. OLE color: 14257771.
HSL color Cylindrical-coordinate representation of color #6B8ED9: hue angle of 220.91º 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 #6B8ED9 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 142 | 217 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.15 |
| HSL | 220.91º | 0.59% | 0.64% | - |
| HSV(B) | 220.91º | 0.51% | 0.85% | - |
| XYZ | 28.26 | 27.48 | 69.46 | - |
| YUV | 140.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 142 | 217 | 0.51 | 0.35 | 0 | 0.15 | 220.91 | 0.59 | 0.64 |
| Hex | 6B | 8E | D9 | 33 | 23 | 0 | F | DD | 3B | 40 |
| Octal | 153 | 216 | 331 | 63 | 43 | 0 | 17 | 335 | 73 | 100 |
| Binary | 1101011 | 10001110 | 11011001 | 110011 | 100011 | 0 | 1111 | 11011101 | 111011 | 1000000 |
Color Harmonies of #6B8ED9
Complementary color
Monochromatic Colors of #6B8ED9
Black with #6B8ED9
Text Example
Text Example
White with #6B8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8ED9; }
p { color: rgb(107,142,217); }
H1.HeaderClassName
{
color: #6B8ED9;
}
.AnyTagClassName
{
color: #6B8ED9;
}
</style>
background-color css
<style>
a { background-color: #6B8ED9; }
a { background-color: rgb(107,142,217); }
div.DivClassName
{
background-color: #6B8ED9;
}
.BgClassName
{
background-color: #6B8ED9;
}
</style>
border-color css
<style>
span { border-color: #6B8ED9; }
span { border-color: rgb(107,142,217); }
td.TdClassName
{
border-color: #6B8ED9;
}
.TagClassName
{
border-color: #6B8ED9;
}
</style>