Shades of Cornflower Blue #6B7EFA
Tints of Cornflower Blue #6B7EFA
RGB
CMYK
RGB Variations
Color information
#6B7EFA (or 0x6B7EFA) is known color: Cornflower Blue. HEX triplet: 6B, 7E and FA. RGB value is (107,126,250). Sum of RGB (Red+Green+Blue) = 107+126+250=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B7EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7EFA is #948105. Grayscale: #858585. Windows color (decimal): -9732358 or 16416363. OLE color: 16416363.
HSL color Cylindrical-coordinate representation of color #6B7EFA: hue angle of 232.03º 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 #6B7EFA is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 126 | 250 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.02 |
| HSL | 232.03º | 0.93% | 0.7% | - |
| HSV(B) | 232.03º | 0.57% | 0.98% | - |
| XYZ | 30.78 | 24.95 | 93.64 | - |
| YUV | 134.46 | 193.21 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 250 | 0.57 | 0.50 | 0 | 0.02 | 232.03 | 0.93 | 0.7 |
| Hex | 6B | 7E | FA | 39 | 32 | 0 | 2 | E8 | 5D | 46 |
| Octal | 153 | 176 | 372 | 71 | 62 | 0 | 2 | 350 | 135 | 106 |
| Binary | 1101011 | 1111110 | 11111010 | 111001 | 110010 | 0 | 10 | 11101000 | 1011101 | 1000110 |
Color Harmonies of #6B7EFA
Complementary color
Monochromatic Colors of #6B7EFA
Black with #6B7EFA
Text Example
Text Example
White with #6B7EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7EFA; }
p { color: rgb(107,126,250); }
H1.HeaderClassName
{
color: #6B7EFA;
}
.AnyTagClassName
{
color: #6B7EFA;
}
</style>
background-color css
<style>
a { background-color: #6B7EFA; }
a { background-color: rgb(107,126,250); }
div.DivClassName
{
background-color: #6B7EFA;
}
.BgClassName
{
background-color: #6B7EFA;
}
</style>
border-color css
<style>
span { border-color: #6B7EFA; }
span { border-color: rgb(107,126,250); }
td.TdClassName
{
border-color: #6B7EFA;
}
.TagClassName
{
border-color: #6B7EFA;
}
</style>