Shades of Cornflower Blue #6D7EEA
Tints of Cornflower Blue #6D7EEA
RGB
CMYK
RGB Variations
Color information
#6D7EEA (or 0x6D7EEA) is known color: Cornflower Blue. HEX triplet: 6D, 7E and EA. RGB value is (109,126,234). Sum of RGB (Red+Green+Blue) = 109+126+234=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D7EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7EEA is #928115. Grayscale: #848484. Windows color (decimal): -9601302 or 15367789. OLE color: 15367789.
HSL color Cylindrical-coordinate representation of color #6D7EEA: hue angle of 231.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D7EEA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 126 | 234 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.08 |
| HSL | 231.84º | 0.75% | 0.67% | - |
| HSV(B) | 231.84º | 0.53% | 0.92% | - |
| XYZ | 28.62 | 24.11 | 80.99 | - |
| YUV | 133.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 126 | 234 | 0.53 | 0.46 | 0 | 0.08 | 231.84 | 0.75 | 0.67 |
| Hex | 6D | 7E | EA | 35 | 2E | 0 | 8 | E8 | 4B | 43 |
| Octal | 155 | 176 | 352 | 65 | 56 | 0 | 10 | 350 | 113 | 103 |
| Binary | 1101101 | 1111110 | 11101010 | 110101 | 101110 | 0 | 1000 | 11101000 | 1001011 | 1000011 |
Color Harmonies of #6D7EEA
Complementary color
Monochromatic Colors of #6D7EEA
Black with #6D7EEA
Text Example
Text Example
White with #6D7EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7EEA; }
p { color: rgb(109,126,234); }
H1.HeaderClassName
{
color: #6D7EEA;
}
.AnyTagClassName
{
color: #6D7EEA;
}
</style>
background-color css
<style>
a { background-color: #6D7EEA; }
a { background-color: rgb(109,126,234); }
div.DivClassName
{
background-color: #6D7EEA;
}
.BgClassName
{
background-color: #6D7EEA;
}
</style>
border-color css
<style>
span { border-color: #6D7EEA; }
span { border-color: rgb(109,126,234); }
td.TdClassName
{
border-color: #6D7EEA;
}
.TagClassName
{
border-color: #6D7EEA;
}
</style>