Shades of Cornflower Blue #6882F0
Tints of Cornflower Blue #6882F0
RGB
CMYK
RGB Variations
Color information
#6882F0 (or 0x6882F0) is known color: Cornflower Blue. HEX triplet: 68, 82 and F0. RGB value is (104,130,240). Sum of RGB (Red+Green+Blue) = 104+130+240=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #6882F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6882F0 is #977D0F. Grayscale: #868686. Windows color (decimal): -9927952 or 15762024. OLE color: 15762024.
HSL color Cylindrical-coordinate representation of color #6882F0: hue angle of 228.53º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6882F0 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 130 | 240 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.06 |
| HSL | 228.53º | 0.82% | 0.67% | - |
| HSV(B) | 228.53º | 0.57% | 0.94% | - |
| XYZ | 29.42 | 25.2 | 85.75 | - |
| YUV | 134.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 240 | 0.57 | 0.46 | 0 | 0.06 | 228.53 | 0.82 | 0.67 |
| Hex | 68 | 82 | F0 | 39 | 2E | 0 | 6 | E5 | 52 | 43 |
| Octal | 150 | 202 | 360 | 71 | 56 | 0 | 6 | 345 | 122 | 103 |
| Binary | 1101000 | 10000010 | 11110000 | 111001 | 101110 | 0 | 110 | 11100101 | 1010010 | 1000011 |
Color Harmonies of #6882F0
Complementary color
Monochromatic Colors of #6882F0
Black with #6882F0
Text Example
Text Example
White with #6882F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882F0; }
p { color: rgb(104,130,240); }
H1.HeaderClassName
{
color: #6882F0;
}
.AnyTagClassName
{
color: #6882F0;
}
</style>
background-color css
<style>
a { background-color: #6882F0; }
a { background-color: rgb(104,130,240); }
div.DivClassName
{
background-color: #6882F0;
}
.BgClassName
{
background-color: #6882F0;
}
</style>
border-color css
<style>
span { border-color: #6882F0; }
span { border-color: rgb(104,130,240); }
td.TdClassName
{
border-color: #6882F0;
}
.TagClassName
{
border-color: #6882F0;
}
</style>