Shades of Cornflower Blue #6F8EFF
Tints of Cornflower Blue #6F8EFF
RGB
CMYK
RGB Variations
Color information
#6F8EFF (or 0x6F8EFF) is known color: Cornflower Blue. HEX triplet: 6F, 8E and FF. RGB value is (111,142,255). Sum of RGB (Red+Green+Blue) = 111+142+255=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F8EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8EFF is #907100. Grayscale: #919191. Windows color (decimal): -9466113 or 16748143. OLE color: 16748143.
HSL color Cylindrical-coordinate representation of color #6F8EFF: hue angle of 227.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8EFF is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 142 | 255 | - |
| CMYK | 0.56 | 0.44 | 0 | 0 |
| HSL | 227.08º | 1% | 0.72% | - |
| HSV(B) | 227.08º | 0.56% | 1% | - |
| XYZ | 34.28 | 29.95 | 98.58 | - |
| YUV | 145.61 | 189.73 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 255 | 0.56 | 0.44 | 0 | 0 | 227.08 | 1 | 0.72 |
| Hex | 6F | 8E | FF | 38 | 2C | 0 | 0 | E3 | 64 | 48 |
| Octal | 157 | 216 | 377 | 70 | 54 | 0 | 0 | 343 | 144 | 110 |
| Binary | 1101111 | 10001110 | 11111111 | 111000 | 101100 | 0 | 0 | 11100011 | 1100100 | 1001000 |
Color Harmonies of #6F8EFF
Complementary color
Monochromatic Colors of #6F8EFF
Black with #6F8EFF
Text Example
Text Example
White with #6F8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EFF; }
p { color: rgb(111,142,255); }
H1.HeaderClassName
{
color: #6F8EFF;
}
.AnyTagClassName
{
color: #6F8EFF;
}
</style>
background-color css
<style>
a { background-color: #6F8EFF; }
a { background-color: rgb(111,142,255); }
div.DivClassName
{
background-color: #6F8EFF;
}
.BgClassName
{
background-color: #6F8EFF;
}
</style>
border-color css
<style>
span { border-color: #6F8EFF; }
span { border-color: rgb(111,142,255); }
td.TdClassName
{
border-color: #6F8EFF;
}
.TagClassName
{
border-color: #6F8EFF;
}
</style>