Shades of Cornflower Blue #6882EF
Tints of Cornflower Blue #6882EF
RGB
CMYK
RGB Variations
Color information
#6882EF (or 0x6882EF) is known color: Cornflower Blue. HEX triplet: 68, 82 and EF. RGB value is (104,130,239). Sum of RGB (Red+Green+Blue) = 104+130+239=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #6882EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882EF is #977D10. Grayscale: #868686. Windows color (decimal): -9927953 or 15696488. OLE color: 15696488.
HSL color Cylindrical-coordinate representation of color #6882EF: hue angle of 228.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6882EF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 130 | 239 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.06 |
| HSL | 228.44º | 0.81% | 0.67% | - |
| HSV(B) | 228.44º | 0.56% | 0.94% | - |
| XYZ | 29.27 | 25.14 | 84.97 | - |
| YUV | 134.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 239 | 0.56 | 0.46 | 0 | 0.06 | 228.44 | 0.81 | 0.67 |
| Hex | 68 | 82 | EF | 38 | 2E | 0 | 6 | E4 | 51 | 43 |
| Octal | 150 | 202 | 357 | 70 | 56 | 0 | 6 | 344 | 121 | 103 |
| Binary | 1101000 | 10000010 | 11101111 | 111000 | 101110 | 0 | 110 | 11100100 | 1010001 | 1000011 |
Color Harmonies of #6882EF
Complementary color
Monochromatic Colors of #6882EF
Black with #6882EF
Text Example
Text Example
White with #6882EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882EF; }
p { color: rgb(104,130,239); }
H1.HeaderClassName
{
color: #6882EF;
}
.AnyTagClassName
{
color: #6882EF;
}
</style>
background-color css
<style>
a { background-color: #6882EF; }
a { background-color: rgb(104,130,239); }
div.DivClassName
{
background-color: #6882EF;
}
.BgClassName
{
background-color: #6882EF;
}
</style>
border-color css
<style>
span { border-color: #6882EF; }
span { border-color: rgb(104,130,239); }
td.TdClassName
{
border-color: #6882EF;
}
.TagClassName
{
border-color: #6882EF;
}
</style>