Shades of Cornflower Blue #6F8FED
Tints of Cornflower Blue #6F8FED
RGB
CMYK
RGB Variations
Color information
#6F8FED (or 0x6F8FED) is known color: Cornflower Blue. HEX triplet: 6F, 8F and ED. RGB value is (111,143,237). Sum of RGB (Red+Green+Blue) = 111+143+237=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F8FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8FED is #907012. Grayscale: #8F8F8F. Windows color (decimal): -9465875 or 15568751. OLE color: 15568751.
HSL color Cylindrical-coordinate representation of color #6F8FED: hue angle of 224.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F8FED is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 143 | 237 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.07 |
| HSL | 224.76º | 0.78% | 0.68% | - |
| HSV(B) | 224.76º | 0.53% | 0.93% | - |
| XYZ | 31.66 | 29.14 | 84.08 | - |
| YUV | 144.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 237 | 0.53 | 0.40 | 0 | 0.07 | 224.76 | 0.78 | 0.68 |
| Hex | 6F | 8F | ED | 35 | 28 | 0 | 7 | E1 | 4E | 44 |
| Octal | 157 | 217 | 355 | 65 | 50 | 0 | 7 | 341 | 116 | 104 |
| Binary | 1101111 | 10001111 | 11101101 | 110101 | 101000 | 0 | 111 | 11100001 | 1001110 | 1000100 |
Color Harmonies of #6F8FED
Complementary color
Monochromatic Colors of #6F8FED
Black with #6F8FED
Text Example
Text Example
White with #6F8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8FED; }
p { color: rgb(111,143,237); }
H1.HeaderClassName
{
color: #6F8FED;
}
.AnyTagClassName
{
color: #6F8FED;
}
</style>
background-color css
<style>
a { background-color: #6F8FED; }
a { background-color: rgb(111,143,237); }
div.DivClassName
{
background-color: #6F8FED;
}
.BgClassName
{
background-color: #6F8FED;
}
</style>
border-color css
<style>
span { border-color: #6F8FED; }
span { border-color: rgb(111,143,237); }
td.TdClassName
{
border-color: #6F8FED;
}
.TagClassName
{
border-color: #6F8FED;
}
</style>