Shades of Cornflower Blue #6D82EF
Tints of Cornflower Blue #6D82EF
RGB
CMYK
RGB Variations
Color information
#6D82EF (or 0x6D82EF) is known color: Cornflower Blue. HEX triplet: 6D, 82 and EF. RGB value is (109,130,239). Sum of RGB (Red+Green+Blue) = 109+130+239=478 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.80% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D82EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D82EF is #927D10. Grayscale: #878787. Windows color (decimal): -9600273 or 15696493. OLE color: 15696493.
HSL color Cylindrical-coordinate representation of color #6D82EF: hue angle of 230.31º 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 #6D82EF is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 130 | 239 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.06 |
| HSL | 230.31º | 0.8% | 0.68% | - |
| HSV(B) | 230.31º | 0.54% | 0.94% | - |
| XYZ | 29.87 | 25.45 | 85 | - |
| YUV | 136.15 | 186.04 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 239 | 0.54 | 0.46 | 0 | 0.06 | 230.31 | 0.8 | 0.68 |
| Hex | 6D | 82 | EF | 36 | 2E | 0 | 6 | E6 | 50 | 44 |
| Octal | 155 | 202 | 357 | 66 | 56 | 0 | 6 | 346 | 120 | 104 |
| Binary | 1101101 | 10000010 | 11101111 | 110110 | 101110 | 0 | 110 | 11100110 | 1010000 | 1000100 |
Color Harmonies of #6D82EF
Complementary color
Monochromatic Colors of #6D82EF
Black with #6D82EF
Text Example
Text Example
White with #6D82EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D82EF; }
p { color: rgb(109,130,239); }
H1.HeaderClassName
{
color: #6D82EF;
}
.AnyTagClassName
{
color: #6D82EF;
}
</style>
background-color css
<style>
a { background-color: #6D82EF; }
a { background-color: rgb(109,130,239); }
div.DivClassName
{
background-color: #6D82EF;
}
.BgClassName
{
background-color: #6D82EF;
}
</style>
border-color css
<style>
span { border-color: #6D82EF; }
span { border-color: rgb(109,130,239); }
td.TdClassName
{
border-color: #6D82EF;
}
.TagClassName
{
border-color: #6D82EF;
}
</style>