Shades of Cornflower Blue #6F7EE8
Tints of Cornflower Blue #6F7EE8
RGB
CMYK
RGB Variations
Color information
#6F7EE8 (or 0x6F7EE8) is known color: Cornflower Blue. HEX triplet: 6F, 7E and E8. RGB value is (111,126,232). Sum of RGB (Red+Green+Blue) = 111+126+232=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F7EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7EE8 is #908117. Grayscale: #858585. Windows color (decimal): -9470232 or 15236719. OLE color: 15236719.
HSL color Cylindrical-coordinate representation of color #6F7EE8: hue angle of 232.56º degrees, saturation: 0.72, 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 #6F7EE8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 126 | 232 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.09 |
| HSL | 232.56º | 0.72% | 0.67% | - |
| HSV(B) | 232.56º | 0.52% | 0.91% | - |
| XYZ | 28.58 | 24.13 | 79.49 | - |
| YUV | 133.6 | 183.53 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 232 | 0.52 | 0.46 | 0 | 0.09 | 232.56 | 0.72 | 0.67 |
| Hex | 6F | 7E | E8 | 34 | 2E | 0 | 9 | E9 | 48 | 43 |
| Octal | 157 | 176 | 350 | 64 | 56 | 0 | 11 | 351 | 110 | 103 |
| Binary | 1101111 | 1111110 | 11101000 | 110100 | 101110 | 0 | 1001 | 11101001 | 1001000 | 1000011 |
Color Harmonies of #6F7EE8
Complementary color
Monochromatic Colors of #6F7EE8
Black with #6F7EE8
Text Example
Text Example
White with #6F7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7EE8; }
p { color: rgb(111,126,232); }
H1.HeaderClassName
{
color: #6F7EE8;
}
.AnyTagClassName
{
color: #6F7EE8;
}
</style>
background-color css
<style>
a { background-color: #6F7EE8; }
a { background-color: rgb(111,126,232); }
div.DivClassName
{
background-color: #6F7EE8;
}
.BgClassName
{
background-color: #6F7EE8;
}
</style>
border-color css
<style>
span { border-color: #6F7EE8; }
span { border-color: rgb(111,126,232); }
td.TdClassName
{
border-color: #6F7EE8;
}
.TagClassName
{
border-color: #6F7EE8;
}
</style>