Shades of Cornflower Blue #6F8EFD
Tints of Cornflower Blue #6F8EFD
RGB
CMYK
RGB Variations
Color information
#6F8EFD (or 0x6F8EFD) is known color: Cornflower Blue. HEX triplet: 6F, 8E and FD. RGB value is (111,142,253). Sum of RGB (Red+Green+Blue) = 111+142+253=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F8EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F8EFD is #907102. Grayscale: #909090. Windows color (decimal): -9466115 or 16617071. OLE color: 16617071.
HSL color Cylindrical-coordinate representation of color #6F8EFD: hue angle of 226.9º 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 #6F8EFD is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 142 | 253 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.01 |
| HSL | 226.9º | 0.97% | 0.71% | - |
| HSV(B) | 226.9º | 0.56% | 0.99% | - |
| XYZ | 33.96 | 29.82 | 96.89 | - |
| YUV | 145.39 | 188.73 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 253 | 0.56 | 0.44 | 0 | 0.01 | 226.9 | 0.97 | 0.71 |
| Hex | 6F | 8E | FD | 38 | 2C | 0 | 1 | E3 | 61 | 47 |
| Octal | 157 | 216 | 375 | 70 | 54 | 0 | 1 | 343 | 141 | 107 |
| Binary | 1101111 | 10001110 | 11111101 | 111000 | 101100 | 0 | 1 | 11100011 | 1100001 | 1000111 |
Color Harmonies of #6F8EFD
Complementary color
Monochromatic Colors of #6F8EFD
Black with #6F8EFD
Text Example
Text Example
White with #6F8EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8EFD; }
p { color: rgb(111,142,253); }
H1.HeaderClassName
{
color: #6F8EFD;
}
.AnyTagClassName
{
color: #6F8EFD;
}
</style>
background-color css
<style>
a { background-color: #6F8EFD; }
a { background-color: rgb(111,142,253); }
div.DivClassName
{
background-color: #6F8EFD;
}
.BgClassName
{
background-color: #6F8EFD;
}
</style>
border-color css
<style>
span { border-color: #6F8EFD; }
span { border-color: rgb(111,142,253); }
td.TdClassName
{
border-color: #6F8EFD;
}
.TagClassName
{
border-color: #6F8EFD;
}
</style>