Shades of Cornflower Blue #6F7FEB
Tints of Cornflower Blue #6F7FEB
RGB
CMYK
RGB Variations
Color information
#6F7FEB (or 0x6F7FEB) is known color: Cornflower Blue. HEX triplet: 6F, 7F and EB. RGB value is (111,127,235). Sum of RGB (Red+Green+Blue) = 111+127+235=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F7FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7FEB is #908014. Grayscale: #868686. Windows color (decimal): -9469973 or 15433583. OLE color: 15433583.
HSL color Cylindrical-coordinate representation of color #6F7FEB: hue angle of 232.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7FEB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 127 | 235 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.08 |
| HSL | 232.26º | 0.76% | 0.68% | - |
| HSV(B) | 232.26º | 0.53% | 0.92% | - |
| XYZ | 29.14 | 24.56 | 81.8 | - |
| YUV | 134.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 235 | 0.53 | 0.46 | 0 | 0.08 | 232.26 | 0.76 | 0.68 |
| Hex | 6F | 7F | EB | 35 | 2E | 0 | 8 | E8 | 4C | 44 |
| Octal | 157 | 177 | 353 | 65 | 56 | 0 | 10 | 350 | 114 | 104 |
| Binary | 1101111 | 1111111 | 11101011 | 110101 | 101110 | 0 | 1000 | 11101000 | 1001100 | 1000100 |
Color Harmonies of #6F7FEB
Complementary color
Monochromatic Colors of #6F7FEB
Black with #6F7FEB
Text Example
Text Example
White with #6F7FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FEB; }
p { color: rgb(111,127,235); }
H1.HeaderClassName
{
color: #6F7FEB;
}
.AnyTagClassName
{
color: #6F7FEB;
}
</style>
background-color css
<style>
a { background-color: #6F7FEB; }
a { background-color: rgb(111,127,235); }
div.DivClassName
{
background-color: #6F7FEB;
}
.BgClassName
{
background-color: #6F7FEB;
}
</style>
border-color css
<style>
span { border-color: #6F7FEB; }
span { border-color: rgb(111,127,235); }
td.TdClassName
{
border-color: #6F7FEB;
}
.TagClassName
{
border-color: #6F7FEB;
}
</style>