Shades of Cornflower Blue #6B7FFA
Tints of Cornflower Blue #6B7FFA
RGB
CMYK
RGB Variations
Color information
#6B7FFA (or 0x6B7FFA) is known color: Cornflower Blue. HEX triplet: 6B, 7F and FA. RGB value is (107,127,250). Sum of RGB (Red+Green+Blue) = 107+127+250=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B7FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FFA is #948005. Grayscale: #868686. Windows color (decimal): -9732102 or 16416619. OLE color: 16416619.
HSL color Cylindrical-coordinate representation of color #6B7FFA: hue angle of 231.61º 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 #6B7FFA is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 127 | 250 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.02 |
| HSL | 231.61º | 0.93% | 0.7% | - |
| HSV(B) | 231.61º | 0.57% | 0.98% | - |
| XYZ | 30.91 | 25.21 | 93.68 | - |
| YUV | 135.04 | 192.87 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 250 | 0.57 | 0.49 | 0 | 0.02 | 231.61 | 0.93 | 0.7 |
| Hex | 6B | 7F | FA | 39 | 31 | 0 | 2 | E8 | 5D | 46 |
| Octal | 153 | 177 | 372 | 71 | 61 | 0 | 2 | 350 | 135 | 106 |
| Binary | 1101011 | 1111111 | 11111010 | 111001 | 110001 | 0 | 10 | 11101000 | 1011101 | 1000110 |
Color Harmonies of #6B7FFA
Complementary color
Monochromatic Colors of #6B7FFA
Black with #6B7FFA
Text Example
Text Example
White with #6B7FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FFA; }
p { color: rgb(107,127,250); }
H1.HeaderClassName
{
color: #6B7FFA;
}
.AnyTagClassName
{
color: #6B7FFA;
}
</style>
background-color css
<style>
a { background-color: #6B7FFA; }
a { background-color: rgb(107,127,250); }
div.DivClassName
{
background-color: #6B7FFA;
}
.BgClassName
{
background-color: #6B7FFA;
}
</style>
border-color css
<style>
span { border-color: #6B7FFA; }
span { border-color: rgb(107,127,250); }
td.TdClassName
{
border-color: #6B7FFA;
}
.TagClassName
{
border-color: #6B7FFA;
}
</style>