Shades of Cornflower Blue #6882DA
Tints of Cornflower Blue #6882DA
RGB
CMYK
RGB Variations
Color information
#6882DA (or 0x6882DA) is known color: Cornflower Blue. HEX triplet: 68, 82 and DA. RGB value is (104,130,218). Sum of RGB (Red+Green+Blue) = 104+130+218=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #6882DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882DA is #977D25. Grayscale: #838383. Windows color (decimal): -9927974 or 14320232. OLE color: 14320232.
HSL color Cylindrical-coordinate representation of color #6882DA: hue angle of 226.32º degrees, saturation: 0.61, 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 #6882DA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 130 | 218 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.15 |
| HSL | 226.32º | 0.61% | 0.63% | - |
| HSV(B) | 226.32º | 0.52% | 0.85% | - |
| XYZ | 26.35 | 23.97 | 69.57 | - |
| YUV | 132.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 218 | 0.52 | 0.40 | 0 | 0.15 | 226.32 | 0.61 | 0.63 |
| Hex | 68 | 82 | DA | 34 | 28 | 0 | F | E2 | 3D | 3F |
| Octal | 150 | 202 | 332 | 64 | 50 | 0 | 17 | 342 | 75 | 77 |
| Binary | 1101000 | 10000010 | 11011010 | 110100 | 101000 | 0 | 1111 | 11100010 | 111101 | 111111 |
Color Harmonies of #6882DA
Complementary color
Monochromatic Colors of #6882DA
Black with #6882DA
Text Example
Text Example
White with #6882DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882DA; }
p { color: rgb(104,130,218); }
H1.HeaderClassName
{
color: #6882DA;
}
.AnyTagClassName
{
color: #6882DA;
}
</style>
background-color css
<style>
a { background-color: #6882DA; }
a { background-color: rgb(104,130,218); }
div.DivClassName
{
background-color: #6882DA;
}
.BgClassName
{
background-color: #6882DA;
}
</style>
border-color css
<style>
span { border-color: #6882DA; }
span { border-color: rgb(104,130,218); }
td.TdClassName
{
border-color: #6882DA;
}
.TagClassName
{
border-color: #6882DA;
}
</style>