Shades of Cornflower Blue #6F7EE9
Tints of Cornflower Blue #6F7EE9
RGB
CMYK
RGB Variations
Color information
#6F7EE9 (or 0x6F7EE9) is known color: Cornflower Blue. HEX triplet: 6F, 7E and E9. RGB value is (111,126,233). Sum of RGB (Red+Green+Blue) = 111+126+233=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #6F7EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7EE9 is #908116. Grayscale: #858585. Windows color (decimal): -9470231 or 15302255. OLE color: 15302255.
HSL color Cylindrical-coordinate representation of color #6F7EE9: hue angle of 232.62º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F7EE9 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 126 | 233 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.09 |
| HSL | 232.62º | 0.73% | 0.67% | - |
| HSV(B) | 232.62º | 0.52% | 0.91% | - |
| XYZ | 28.72 | 24.18 | 80.24 | - |
| YUV | 133.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 233 | 0.52 | 0.46 | 0 | 0.09 | 232.62 | 0.73 | 0.67 |
| Hex | 6F | 7E | E9 | 34 | 2E | 0 | 9 | E9 | 49 | 43 |
| Octal | 157 | 176 | 351 | 64 | 56 | 0 | 11 | 351 | 111 | 103 |
| Binary | 1101111 | 1111110 | 11101001 | 110100 | 101110 | 0 | 1001 | 11101001 | 1001001 | 1000011 |
Color Harmonies of #6F7EE9
Complementary color
Monochromatic Colors of #6F7EE9
Black with #6F7EE9
Text Example
Text Example
White with #6F7EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7EE9; }
p { color: rgb(111,126,233); }
H1.HeaderClassName
{
color: #6F7EE9;
}
.AnyTagClassName
{
color: #6F7EE9;
}
</style>
background-color css
<style>
a { background-color: #6F7EE9; }
a { background-color: rgb(111,126,233); }
div.DivClassName
{
background-color: #6F7EE9;
}
.BgClassName
{
background-color: #6F7EE9;
}
</style>
border-color css
<style>
span { border-color: #6F7EE9; }
span { border-color: rgb(111,126,233); }
td.TdClassName
{
border-color: #6F7EE9;
}
.TagClassName
{
border-color: #6F7EE9;
}
</style>