Shades of Cornflower Blue #6882FE
Tints of Cornflower Blue #6882FE
RGB
CMYK
RGB Variations
Color information
#6882FE (or 0x6882FE) is known color: Cornflower Blue. HEX triplet: 68, 82 and FE. RGB value is (104,130,254). Sum of RGB (Red+Green+Blue) = 104+130+254=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #6882FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882FE is #977D01. Grayscale: #878787. Windows color (decimal): -9927938 or 16679528. OLE color: 16679528.
HSL color Cylindrical-coordinate representation of color #6882FE: hue angle of 229.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6882FE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 130 | 254 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.00 |
| HSL | 229.6º | 0.99% | 0.7% | - |
| HSV(B) | 229.6º | 0.59% | 1% | - |
| XYZ | 31.58 | 26.06 | 97.13 | - |
| YUV | 136.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 254 | 0.59 | 0.49 | 0 | 0.00 | 229.6 | 0.99 | 0.7 |
| Hex | 68 | 82 | FE | 3B | 31 | 0 | 0 | E6 | 63 | 46 |
| Octal | 150 | 202 | 376 | 73 | 61 | 0 | 0 | 346 | 143 | 106 |
| Binary | 1101000 | 10000010 | 11111110 | 111011 | 110001 | 0 | 0 | 11100110 | 1100011 | 1000110 |
Color Harmonies of #6882FE
Complementary color
Monochromatic Colors of #6882FE
Black with #6882FE
Text Example
Text Example
White with #6882FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882FE; }
p { color: rgb(104,130,254); }
H1.HeaderClassName
{
color: #6882FE;
}
.AnyTagClassName
{
color: #6882FE;
}
</style>
background-color css
<style>
a { background-color: #6882FE; }
a { background-color: rgb(104,130,254); }
div.DivClassName
{
background-color: #6882FE;
}
.BgClassName
{
background-color: #6882FE;
}
</style>
border-color css
<style>
span { border-color: #6882FE; }
span { border-color: rgb(104,130,254); }
td.TdClassName
{
border-color: #6882FE;
}
.TagClassName
{
border-color: #6882FE;
}
</style>