Shades of Cornflower Blue #6D82F6
Tints of Cornflower Blue #6D82F6
RGB
CMYK
RGB Variations
Color information
#6D82F6 (or 0x6D82F6) is known color: Cornflower Blue. HEX triplet: 6D, 82 and F6. RGB value is (109,130,246). Sum of RGB (Red+Green+Blue) = 109+130+246=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D82F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D82F6 is #927D09. Grayscale: #888888. Windows color (decimal): -9600266 or 16155245. OLE color: 16155245.
HSL color Cylindrical-coordinate representation of color #6D82F6: hue angle of 230.8º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D82F6 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 130 | 246 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.04 |
| HSL | 230.8º | 0.88% | 0.7% | - |
| HSV(B) | 230.8º | 0.56% | 0.96% | - |
| XYZ | 30.92 | 25.87 | 90.55 | - |
| YUV | 136.95 | 189.54 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 246 | 0.56 | 0.47 | 0 | 0.04 | 230.8 | 0.88 | 0.7 |
| Hex | 6D | 82 | F6 | 38 | 2F | 0 | 4 | E7 | 58 | 46 |
| Octal | 155 | 202 | 366 | 70 | 57 | 0 | 4 | 347 | 130 | 106 |
| Binary | 1101101 | 10000010 | 11110110 | 111000 | 101111 | 0 | 100 | 11100111 | 1011000 | 1000110 |
Color Harmonies of #6D82F6
Complementary color
Monochromatic Colors of #6D82F6
Black with #6D82F6
Text Example
Text Example
White with #6D82F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D82F6; }
p { color: rgb(109,130,246); }
H1.HeaderClassName
{
color: #6D82F6;
}
.AnyTagClassName
{
color: #6D82F6;
}
</style>
background-color css
<style>
a { background-color: #6D82F6; }
a { background-color: rgb(109,130,246); }
div.DivClassName
{
background-color: #6D82F6;
}
.BgClassName
{
background-color: #6D82F6;
}
</style>
border-color css
<style>
span { border-color: #6D82F6; }
span { border-color: rgb(109,130,246); }
td.TdClassName
{
border-color: #6D82F6;
}
.TagClassName
{
border-color: #6D82F6;
}
</style>