Shades of Cornflower Blue #6F8FFE
Tints of Cornflower Blue #6F8FFE
RGB
CMYK
RGB Variations
Color information
#6F8FFE (or 0x6F8FFE) is known color: Cornflower Blue. HEX triplet: 6F, 8F and FE. RGB value is (111,143,254). Sum of RGB (Red+Green+Blue) = 111+143+254=508 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.85% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F8FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FFE is #907001. Grayscale: #919191. Windows color (decimal): -9465858 or 16682863. OLE color: 16682863.
HSL color Cylindrical-coordinate representation of color #6F8FFE: hue angle of 226.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8FFE is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 143 | 254 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.00 |
| HSL | 226.57º | 0.99% | 0.72% | - |
| HSV(B) | 226.57º | 0.56% | 1% | - |
| XYZ | 34.27 | 30.18 | 97.79 | - |
| YUV | 146.09 | 188.9 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 254 | 0.56 | 0.44 | 0 | 0.00 | 226.57 | 0.99 | 0.72 |
| Hex | 6F | 8F | FE | 38 | 2C | 0 | 0 | E3 | 63 | 48 |
| Octal | 157 | 217 | 376 | 70 | 54 | 0 | 0 | 343 | 143 | 110 |
| Binary | 1101111 | 10001111 | 11111110 | 111000 | 101100 | 0 | 0 | 11100011 | 1100011 | 1001000 |
Color Harmonies of #6F8FFE
Complementary color
Monochromatic Colors of #6F8FFE
Black with #6F8FFE
Text Example
Text Example
White with #6F8FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FFE; }
p { color: rgb(111,143,254); }
H1.HeaderClassName
{
color: #6F8FFE;
}
.AnyTagClassName
{
color: #6F8FFE;
}
</style>
background-color css
<style>
a { background-color: #6F8FFE; }
a { background-color: rgb(111,143,254); }
div.DivClassName
{
background-color: #6F8FFE;
}
.BgClassName
{
background-color: #6F8FFE;
}
</style>
border-color css
<style>
span { border-color: #6F8FFE; }
span { border-color: rgb(111,143,254); }
td.TdClassName
{
border-color: #6F8FFE;
}
.TagClassName
{
border-color: #6F8FFE;
}
</style>