Shades of Cornflower Blue #6F8DFD
Tints of Cornflower Blue #6F8DFD
RGB
CMYK
RGB Variations
Color information
#6F8DFD (or 0x6F8DFD) is known color: Cornflower Blue. HEX triplet: 6F, 8D and FD. RGB value is (111,141,253). Sum of RGB (Red+Green+Blue) = 111+141+253=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F8DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8DFD is #907202. Grayscale: #909090. Windows color (decimal): -9466371 or 16616815. OLE color: 16616815.
HSL color Cylindrical-coordinate representation of color #6F8DFD: hue angle of 227.32º degrees, saturation: 0.97, 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 #6F8DFD is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 141 | 253 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.01 |
| HSL | 227.32º | 0.97% | 0.71% | - |
| HSV(B) | 227.32º | 0.56% | 0.99% | - |
| XYZ | 33.81 | 29.52 | 96.84 | - |
| YUV | 144.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 253 | 0.56 | 0.44 | 0 | 0.01 | 227.32 | 0.97 | 0.71 |
| Hex | 6F | 8D | FD | 38 | 2C | 0 | 1 | E3 | 61 | 47 |
| Octal | 157 | 215 | 375 | 70 | 54 | 0 | 1 | 343 | 141 | 107 |
| Binary | 1101111 | 10001101 | 11111101 | 111000 | 101100 | 0 | 1 | 11100011 | 1100001 | 1000111 |
Color Harmonies of #6F8DFD
Complementary color
Monochromatic Colors of #6F8DFD
Black with #6F8DFD
Text Example
Text Example
White with #6F8DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DFD; }
p { color: rgb(111,141,253); }
H1.HeaderClassName
{
color: #6F8DFD;
}
.AnyTagClassName
{
color: #6F8DFD;
}
</style>
background-color css
<style>
a { background-color: #6F8DFD; }
a { background-color: rgb(111,141,253); }
div.DivClassName
{
background-color: #6F8DFD;
}
.BgClassName
{
background-color: #6F8DFD;
}
</style>
border-color css
<style>
span { border-color: #6F8DFD; }
span { border-color: rgb(111,141,253); }
td.TdClassName
{
border-color: #6F8DFD;
}
.TagClassName
{
border-color: #6F8DFD;
}
</style>