Shades of Cornflower Blue #6F8BFC
Tints of Cornflower Blue #6F8BFC
RGB
CMYK
RGB Variations
Color information
#6F8BFC (or 0x6F8BFC) is known color: Cornflower Blue. HEX triplet: 6F, 8B and FC. RGB value is (111,139,252). Sum of RGB (Red+Green+Blue) = 111+139+252=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F8BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8BFC is #907403. Grayscale: #8F8F8F. Windows color (decimal): -9466884 or 16550767. OLE color: 16550767.
HSL color Cylindrical-coordinate representation of color #6F8BFC: hue angle of 228.09º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F8BFC is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 139 | 252 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.01 |
| HSL | 228.09º | 0.96% | 0.71% | - |
| HSV(B) | 228.09º | 0.56% | 0.99% | - |
| XYZ | 33.36 | 28.87 | 95.91 | - |
| YUV | 143.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 139 | 252 | 0.56 | 0.45 | 0 | 0.01 | 228.09 | 0.96 | 0.71 |
| Hex | 6F | 8B | FC | 38 | 2D | 0 | 1 | E4 | 60 | 47 |
| Octal | 157 | 213 | 374 | 70 | 55 | 0 | 1 | 344 | 140 | 107 |
| Binary | 1101111 | 10001011 | 11111100 | 111000 | 101101 | 0 | 1 | 11100100 | 1100000 | 1000111 |
Color Harmonies of #6F8BFC
Complementary color
Monochromatic Colors of #6F8BFC
Black with #6F8BFC
Text Example
Text Example
White with #6F8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8BFC; }
p { color: rgb(111,139,252); }
H1.HeaderClassName
{
color: #6F8BFC;
}
.AnyTagClassName
{
color: #6F8BFC;
}
</style>
background-color css
<style>
a { background-color: #6F8BFC; }
a { background-color: rgb(111,139,252); }
div.DivClassName
{
background-color: #6F8BFC;
}
.BgClassName
{
background-color: #6F8BFC;
}
</style>
border-color css
<style>
span { border-color: #6F8BFC; }
span { border-color: rgb(111,139,252); }
td.TdClassName
{
border-color: #6F8BFC;
}
.TagClassName
{
border-color: #6F8BFC;
}
</style>