Shades of Cornflower Blue #6F7FEA
Tints of Cornflower Blue #6F7FEA
RGB
CMYK
RGB Variations
Color information
#6F7FEA (or 0x6F7FEA) is known color: Cornflower Blue. HEX triplet: 6F, 7F and EA. RGB value is (111,127,234). Sum of RGB (Red+Green+Blue) = 111+127+234=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F7FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F7FEA is #908015. Grayscale: #858585. Windows color (decimal): -9469974 or 15368047. OLE color: 15368047.
HSL color Cylindrical-coordinate representation of color #6F7FEA: hue angle of 232.2º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F7FEA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 127 | 234 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.08 |
| HSL | 232.2º | 0.75% | 0.68% | - |
| HSV(B) | 232.2º | 0.53% | 0.92% | - |
| XYZ | 29 | 24.5 | 81.04 | - |
| YUV | 134.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 234 | 0.53 | 0.46 | 0 | 0.08 | 232.2 | 0.75 | 0.68 |
| Hex | 6F | 7F | EA | 35 | 2E | 0 | 8 | E8 | 4B | 44 |
| Octal | 157 | 177 | 352 | 65 | 56 | 0 | 10 | 350 | 113 | 104 |
| Binary | 1101111 | 1111111 | 11101010 | 110101 | 101110 | 0 | 1000 | 11101000 | 1001011 | 1000100 |
Color Harmonies of #6F7FEA
Complementary color
Monochromatic Colors of #6F7FEA
Black with #6F7FEA
Text Example
Text Example
White with #6F7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FEA; }
p { color: rgb(111,127,234); }
H1.HeaderClassName
{
color: #6F7FEA;
}
.AnyTagClassName
{
color: #6F7FEA;
}
</style>
background-color css
<style>
a { background-color: #6F7FEA; }
a { background-color: rgb(111,127,234); }
div.DivClassName
{
background-color: #6F7FEA;
}
.BgClassName
{
background-color: #6F7FEA;
}
</style>
border-color css
<style>
span { border-color: #6F7FEA; }
span { border-color: rgb(111,127,234); }
td.TdClassName
{
border-color: #6F7FEA;
}
.TagClassName
{
border-color: #6F7FEA;
}
</style>