Shades of Cornflower Blue #6F9EFE
Tints of Cornflower Blue #6F9EFE
RGB
CMYK
RGB Variations
Color information
#6F9EFE (or 0x6F9EFE) is known color: Cornflower Blue. HEX triplet: 6F, 9E and FE. RGB value is (111,158,254). Sum of RGB (Red+Green+Blue) = 111+158+254=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9EFE is #906101. Grayscale: #9A9A9A. Windows color (decimal): -9462018 or 16686703. OLE color: 16686703.
HSL color Cylindrical-coordinate representation of color #6F9EFE: hue angle of 220.28º 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 #6F9EFE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 158 | 254 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.00 |
| HSL | 220.28º | 0.99% | 0.72% | - |
| HSV(B) | 220.28º | 0.56% | 1% | - |
| XYZ | 36.67 | 34.99 | 98.59 | - |
| YUV | 154.89 | 183.93 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 158 | 254 | 0.56 | 0.38 | 0 | 0.00 | 220.28 | 0.99 | 0.72 |
| Hex | 6F | 9E | FE | 38 | 26 | 0 | 0 | DC | 63 | 48 |
| Octal | 157 | 236 | 376 | 70 | 46 | 0 | 0 | 334 | 143 | 110 |
| Binary | 1101111 | 10011110 | 11111110 | 111000 | 100110 | 0 | 0 | 11011100 | 1100011 | 1001000 |
Color Harmonies of #6F9EFE
Complementary color
Monochromatic Colors of #6F9EFE
Black with #6F9EFE
Text Example
Text Example
White with #6F9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9EFE; }
p { color: rgb(111,158,254); }
H1.HeaderClassName
{
color: #6F9EFE;
}
.AnyTagClassName
{
color: #6F9EFE;
}
</style>
background-color css
<style>
a { background-color: #6F9EFE; }
a { background-color: rgb(111,158,254); }
div.DivClassName
{
background-color: #6F9EFE;
}
.BgClassName
{
background-color: #6F9EFE;
}
</style>
border-color css
<style>
span { border-color: #6F9EFE; }
span { border-color: rgb(111,158,254); }
td.TdClassName
{
border-color: #6F9EFE;
}
.TagClassName
{
border-color: #6F9EFE;
}
</style>