Shades of Cornflower Blue #6882DB
Tints of Cornflower Blue #6882DB
RGB
CMYK
RGB Variations
Color information
#6882DB (or 0x6882DB) is known color: Cornflower Blue. HEX triplet: 68, 82 and DB. RGB value is (104,130,219). Sum of RGB (Red+Green+Blue) = 104+130+219=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6882DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882DB is #977D24. Grayscale: #838383. Windows color (decimal): -9927973 or 14385768. OLE color: 14385768.
HSL color Cylindrical-coordinate representation of color #6882DB: hue angle of 226.43º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6882DB is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 130 | 219 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.14 |
| HSL | 226.43º | 0.61% | 0.63% | - |
| HSV(B) | 226.43º | 0.53% | 0.86% | - |
| XYZ | 26.48 | 24.02 | 70.26 | - |
| YUV | 132.37 | 176.89 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 219 | 0.53 | 0.41 | 0 | 0.14 | 226.43 | 0.61 | 0.63 |
| Hex | 68 | 82 | DB | 35 | 29 | 0 | E | E2 | 3D | 3F |
| Octal | 150 | 202 | 333 | 65 | 51 | 0 | 16 | 342 | 75 | 77 |
| Binary | 1101000 | 10000010 | 11011011 | 110101 | 101001 | 0 | 1110 | 11100010 | 111101 | 111111 |
Color Harmonies of #6882DB
Complementary color
Monochromatic Colors of #6882DB
Black with #6882DB
Text Example
Text Example
White with #6882DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882DB; }
p { color: rgb(104,130,219); }
H1.HeaderClassName
{
color: #6882DB;
}
.AnyTagClassName
{
color: #6882DB;
}
</style>
background-color css
<style>
a { background-color: #6882DB; }
a { background-color: rgb(104,130,219); }
div.DivClassName
{
background-color: #6882DB;
}
.BgClassName
{
background-color: #6882DB;
}
</style>
border-color css
<style>
span { border-color: #6882DB; }
span { border-color: rgb(104,130,219); }
td.TdClassName
{
border-color: #6882DB;
}
.TagClassName
{
border-color: #6882DB;
}
</style>