Shades of Cornflower Blue #6C86FA
Tints of Cornflower Blue #6C86FA
RGB
CMYK
RGB Variations
Color information
#6C86FA (or 0x6C86FA) is known color: Cornflower Blue. HEX triplet: 6C, 86 and FA. RGB value is (108,134,250). Sum of RGB (Red+Green+Blue) = 108+134+250=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C86FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C86FA is #937905. Grayscale: #8A8A8A. Windows color (decimal): -9664774 or 16418412. OLE color: 16418412.
HSL color Cylindrical-coordinate representation of color #6C86FA: hue angle of 229.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C86FA is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 108 | 134 | 250 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.02 |
| HSL | 229.01º | 0.93% | 0.7% | - |
| HSV(B) | 229.01º | 0.57% | 0.98% | - |
| XYZ | 31.96 | 27.14 | 94 | - |
| YUV | 139.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 250 | 0.57 | 0.46 | 0 | 0.02 | 229.01 | 0.93 | 0.7 |
| Hex | 6C | 86 | FA | 39 | 2E | 0 | 2 | E5 | 5D | 46 |
| Octal | 154 | 206 | 372 | 71 | 56 | 0 | 2 | 345 | 135 | 106 |
| Binary | 1101100 | 10000110 | 11111010 | 111001 | 101110 | 0 | 10 | 11100101 | 1011101 | 1000110 |
Color Harmonies of #6C86FA
Complementary color
Monochromatic Colors of #6C86FA
Black with #6C86FA
Text Example
Text Example
White with #6C86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C86FA; }
p { color: rgb(108,134,250); }
H1.HeaderClassName
{
color: #6C86FA;
}
.AnyTagClassName
{
color: #6C86FA;
}
</style>
background-color css
<style>
a { background-color: #6C86FA; }
a { background-color: rgb(108,134,250); }
div.DivClassName
{
background-color: #6C86FA;
}
.BgClassName
{
background-color: #6C86FA;
}
</style>
border-color css
<style>
span { border-color: #6C86FA; }
span { border-color: rgb(108,134,250); }
td.TdClassName
{
border-color: #6C86FA;
}
.TagClassName
{
border-color: #6C86FA;
}
</style>