Shades of Cornflower Blue #6E7FFA
Tints of Cornflower Blue #6E7FFA
RGB
CMYK
RGB Variations
Color information
#6E7FFA (or 0x6E7FFA) is known color: Cornflower Blue. HEX triplet: 6E, 7F and FA. RGB value is (110,127,250). Sum of RGB (Red+Green+Blue) = 110+127+250=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7FFA is #918005. Grayscale: #878787. Windows color (decimal): -9535494 or 16416622. OLE color: 16416622.
HSL color Cylindrical-coordinate representation of color #6E7FFA: hue angle of 232.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E7FFA is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 127 | 250 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.02 |
| HSL | 232.71º | 0.93% | 0.71% | - |
| HSV(B) | 232.71º | 0.56% | 0.98% | - |
| XYZ | 31.28 | 25.4 | 93.7 | - |
| YUV | 135.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 250 | 0.56 | 0.49 | 0 | 0.02 | 232.71 | 0.93 | 0.71 |
| Hex | 6E | 7F | FA | 38 | 31 | 0 | 2 | E9 | 5D | 47 |
| Octal | 156 | 177 | 372 | 70 | 61 | 0 | 2 | 351 | 135 | 107 |
| Binary | 1101110 | 1111111 | 11111010 | 111000 | 110001 | 0 | 10 | 11101001 | 1011101 | 1000111 |
Color Harmonies of #6E7FFA
Complementary color
Monochromatic Colors of #6E7FFA
Black with #6E7FFA
Text Example
Text Example
White with #6E7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7FFA; }
p { color: rgb(110,127,250); }
H1.HeaderClassName
{
color: #6E7FFA;
}
.AnyTagClassName
{
color: #6E7FFA;
}
</style>
background-color css
<style>
a { background-color: #6E7FFA; }
a { background-color: rgb(110,127,250); }
div.DivClassName
{
background-color: #6E7FFA;
}
.BgClassName
{
background-color: #6E7FFA;
}
</style>
border-color css
<style>
span { border-color: #6E7FFA; }
span { border-color: rgb(110,127,250); }
td.TdClassName
{
border-color: #6E7FFA;
}
.TagClassName
{
border-color: #6E7FFA;
}
</style>