Shades of Cornflower Blue #6B8DEC
Tints of Cornflower Blue #6B8DEC
RGB
CMYK
RGB Variations
Color information
#6B8DEC (or 0x6B8DEC) is known color: Cornflower Blue. HEX triplet: 6B, 8D and EC. RGB value is (107,141,236). Sum of RGB (Red+Green+Blue) = 107+141+236=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8DEC is #947213. Grayscale: #8D8D8D. Windows color (decimal): -9728532 or 15502699. OLE color: 15502699.
HSL color Cylindrical-coordinate representation of color #6B8DEC: hue angle of 224.19º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B8DEC is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 141 | 236 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.07 |
| HSL | 224.19º | 0.77% | 0.67% | - |
| HSV(B) | 224.19º | 0.55% | 0.93% | - |
| XYZ | 30.73 | 28.23 | 83.19 | - |
| YUV | 141.66 | 181.24 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 236 | 0.55 | 0.40 | 0 | 0.07 | 224.19 | 0.77 | 0.67 |
| Hex | 6B | 8D | EC | 37 | 28 | 0 | 7 | E0 | 4D | 43 |
| Octal | 153 | 215 | 354 | 67 | 50 | 0 | 7 | 340 | 115 | 103 |
| Binary | 1101011 | 10001101 | 11101100 | 110111 | 101000 | 0 | 111 | 11100000 | 1001101 | 1000011 |
Color Harmonies of #6B8DEC
Complementary color
Monochromatic Colors of #6B8DEC
Black with #6B8DEC
Text Example
Text Example
White with #6B8DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DEC; }
p { color: rgb(107,141,236); }
H1.HeaderClassName
{
color: #6B8DEC;
}
.AnyTagClassName
{
color: #6B8DEC;
}
</style>
background-color css
<style>
a { background-color: #6B8DEC; }
a { background-color: rgb(107,141,236); }
div.DivClassName
{
background-color: #6B8DEC;
}
.BgClassName
{
background-color: #6B8DEC;
}
</style>
border-color css
<style>
span { border-color: #6B8DEC; }
span { border-color: rgb(107,141,236); }
td.TdClassName
{
border-color: #6B8DEC;
}
.TagClassName
{
border-color: #6B8DEC;
}
</style>