Shades of Cornflower Blue #6B7FEF
Tints of Cornflower Blue #6B7FEF
RGB
CMYK
RGB Variations
Color information
#6B7FEF (or 0x6B7FEF) is known color: Cornflower Blue. HEX triplet: 6B, 7F and EF. RGB value is (107,127,239). Sum of RGB (Red+Green+Blue) = 107+127+239=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B7FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7FEF is #948010. Grayscale: #858585. Windows color (decimal): -9732113 or 15695723. OLE color: 15695723.
HSL color Cylindrical-coordinate representation of color #6B7FEF: hue angle of 230.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7FEF is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 127 | 239 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.06 |
| HSL | 230.91º | 0.8% | 0.68% | - |
| HSV(B) | 230.91º | 0.55% | 0.94% | - |
| XYZ | 29.23 | 24.54 | 84.86 | - |
| YUV | 133.79 | 187.37 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 239 | 0.55 | 0.47 | 0 | 0.06 | 230.91 | 0.8 | 0.68 |
| Hex | 6B | 7F | EF | 37 | 2F | 0 | 6 | E7 | 50 | 44 |
| Octal | 153 | 177 | 357 | 67 | 57 | 0 | 6 | 347 | 120 | 104 |
| Binary | 1101011 | 1111111 | 11101111 | 110111 | 101111 | 0 | 110 | 11100111 | 1010000 | 1000100 |
Color Harmonies of #6B7FEF
Complementary color
Monochromatic Colors of #6B7FEF
Black with #6B7FEF
Text Example
Text Example
White with #6B7FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FEF; }
p { color: rgb(107,127,239); }
H1.HeaderClassName
{
color: #6B7FEF;
}
.AnyTagClassName
{
color: #6B7FEF;
}
</style>
background-color css
<style>
a { background-color: #6B7FEF; }
a { background-color: rgb(107,127,239); }
div.DivClassName
{
background-color: #6B7FEF;
}
.BgClassName
{
background-color: #6B7FEF;
}
</style>
border-color css
<style>
span { border-color: #6B7FEF; }
span { border-color: rgb(107,127,239); }
td.TdClassName
{
border-color: #6B7FEF;
}
.TagClassName
{
border-color: #6B7FEF;
}
</style>