Shades of Cornflower Blue #6882DE
Tints of Cornflower Blue #6882DE
RGB
CMYK
RGB Variations
Color information
#6882DE (or 0x6882DE) is known color: Cornflower Blue. HEX triplet: 68, 82 and DE. RGB value is (104,130,222). Sum of RGB (Red+Green+Blue) = 104+130+222=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #6882DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882DE is #977D21. Grayscale: #848484. Windows color (decimal): -9927970 or 14582376. OLE color: 14582376.
HSL color Cylindrical-coordinate representation of color #6882DE: hue angle of 226.78º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6882DE is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 130 | 222 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.13 |
| HSL | 226.78º | 0.64% | 0.64% | - |
| HSV(B) | 226.78º | 0.53% | 0.87% | - |
| XYZ | 26.88 | 24.18 | 72.36 | - |
| YUV | 132.71 | 178.39 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 222 | 0.53 | 0.41 | 0 | 0.13 | 226.78 | 0.64 | 0.64 |
| Hex | 68 | 82 | DE | 35 | 29 | 0 | D | E3 | 40 | 40 |
| Octal | 150 | 202 | 336 | 65 | 51 | 0 | 15 | 343 | 100 | 100 |
| Binary | 1101000 | 10000010 | 11011110 | 110101 | 101001 | 0 | 1101 | 11100011 | 1000000 | 1000000 |
Color Harmonies of #6882DE
Complementary color
Monochromatic Colors of #6882DE
Black with #6882DE
Text Example
Text Example
White with #6882DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882DE; }
p { color: rgb(104,130,222); }
H1.HeaderClassName
{
color: #6882DE;
}
.AnyTagClassName
{
color: #6882DE;
}
</style>
background-color css
<style>
a { background-color: #6882DE; }
a { background-color: rgb(104,130,222); }
div.DivClassName
{
background-color: #6882DE;
}
.BgClassName
{
background-color: #6882DE;
}
</style>
border-color css
<style>
span { border-color: #6882DE; }
span { border-color: rgb(104,130,222); }
td.TdClassName
{
border-color: #6882DE;
}
.TagClassName
{
border-color: #6882DE;
}
</style>