Shades of Cornflower Blue #6882D9
Tints of Cornflower Blue #6882D9
RGB
CMYK
RGB Variations
Color information
#6882D9 (or 0x6882D9) is known color: Cornflower Blue. HEX triplet: 68, 82 and D9. RGB value is (104,130,217). Sum of RGB (Red+Green+Blue) = 104+130+217=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 217 (85.16% from 255 or 48.12% from 451); Max value from RGB is 217 - color contains mainly: blue. Hex color #6882D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882D9 is #977D26. Grayscale: #838383. Windows color (decimal): -9927975 or 14254696. OLE color: 14254696.
HSL color Cylindrical-coordinate representation of color #6882D9: hue angle of 226.19º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6882D9 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 130 | 217 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.15 |
| HSL | 226.19º | 0.6% | 0.63% | - |
| HSV(B) | 226.19º | 0.52% | 0.85% | - |
| XYZ | 26.22 | 23.92 | 68.88 | - |
| YUV | 132.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 217 | 0.52 | 0.40 | 0 | 0.15 | 226.19 | 0.6 | 0.63 |
| Hex | 68 | 82 | D9 | 34 | 28 | 0 | F | E2 | 3C | 3F |
| Octal | 150 | 202 | 331 | 64 | 50 | 0 | 17 | 342 | 74 | 77 |
| Binary | 1101000 | 10000010 | 11011001 | 110100 | 101000 | 0 | 1111 | 11100010 | 111100 | 111111 |
Color Harmonies of #6882D9
Complementary color
Monochromatic Colors of #6882D9
Black with #6882D9
Text Example
Text Example
White with #6882D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882D9; }
p { color: rgb(104,130,217); }
H1.HeaderClassName
{
color: #6882D9;
}
.AnyTagClassName
{
color: #6882D9;
}
</style>
background-color css
<style>
a { background-color: #6882D9; }
a { background-color: rgb(104,130,217); }
div.DivClassName
{
background-color: #6882D9;
}
.BgClassName
{
background-color: #6882D9;
}
</style>
border-color css
<style>
span { border-color: #6882D9; }
span { border-color: rgb(104,130,217); }
td.TdClassName
{
border-color: #6882D9;
}
.TagClassName
{
border-color: #6882D9;
}
</style>