Shades of Cornflower Blue #6D84EF
Tints of Cornflower Blue #6D84EF
RGB
CMYK
RGB Variations
Color information
#6D84EF (or 0x6D84EF) is known color: Cornflower Blue. HEX triplet: 6D, 84 and EF. RGB value is (109,132,239). Sum of RGB (Red+Green+Blue) = 109+132+239=480 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.71% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D84EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D84EF is #927B10. Grayscale: #888888. Windows color (decimal): -9599761 or 15697005. OLE color: 15697005.
HSL color Cylindrical-coordinate representation of color #6D84EF: hue angle of 229.38º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D84EF is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 132 | 239 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.06 |
| HSL | 229.38º | 0.8% | 0.68% | - |
| HSV(B) | 229.38º | 0.54% | 0.94% | - |
| XYZ | 30.14 | 25.99 | 85.09 | - |
| YUV | 137.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 132 | 239 | 0.54 | 0.45 | 0 | 0.06 | 229.38 | 0.8 | 0.68 |
| Hex | 6D | 84 | EF | 36 | 2D | 0 | 6 | E5 | 50 | 44 |
| Octal | 155 | 204 | 357 | 66 | 55 | 0 | 6 | 345 | 120 | 104 |
| Binary | 1101101 | 10000100 | 11101111 | 110110 | 101101 | 0 | 110 | 11100101 | 1010000 | 1000100 |
Color Harmonies of #6D84EF
Complementary color
Monochromatic Colors of #6D84EF
Black with #6D84EF
Text Example
Text Example
White with #6D84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D84EF; }
p { color: rgb(109,132,239); }
H1.HeaderClassName
{
color: #6D84EF;
}
.AnyTagClassName
{
color: #6D84EF;
}
</style>
background-color css
<style>
a { background-color: #6D84EF; }
a { background-color: rgb(109,132,239); }
div.DivClassName
{
background-color: #6D84EF;
}
.BgClassName
{
background-color: #6D84EF;
}
</style>
border-color css
<style>
span { border-color: #6D84EF; }
span { border-color: rgb(109,132,239); }
td.TdClassName
{
border-color: #6D84EF;
}
.TagClassName
{
border-color: #6D84EF;
}
</style>