Shades of Cornflower Blue #6D8EEA
Tints of Cornflower Blue #6D8EEA
RGB
CMYK
RGB Variations
Color information
#6D8EEA (or 0x6D8EEA) is known color: Cornflower Blue. HEX triplet: 6D, 8E and EA. RGB value is (109,142,234). Sum of RGB (Red+Green+Blue) = 109+142+234=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D8EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EEA is #927115. Grayscale: #8E8E8E. Windows color (decimal): -9597206 or 15371885. OLE color: 15371885.
HSL color Cylindrical-coordinate representation of color #6D8EEA: hue angle of 224.16º 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 #6D8EEA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 142 | 234 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.08 |
| HSL | 224.16º | 0.75% | 0.67% | - |
| HSV(B) | 224.16º | 0.53% | 0.92% | - |
| XYZ | 30.83 | 28.54 | 81.73 | - |
| YUV | 142.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 234 | 0.53 | 0.39 | 0 | 0.08 | 224.16 | 0.75 | 0.67 |
| Hex | 6D | 8E | EA | 35 | 27 | 0 | 8 | E0 | 4B | 43 |
| Octal | 155 | 216 | 352 | 65 | 47 | 0 | 10 | 340 | 113 | 103 |
| Binary | 1101101 | 10001110 | 11101010 | 110101 | 100111 | 0 | 1000 | 11100000 | 1001011 | 1000011 |
Color Harmonies of #6D8EEA
Complementary color
Monochromatic Colors of #6D8EEA
Black with #6D8EEA
Text Example
Text Example
White with #6D8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8EEA; }
p { color: rgb(109,142,234); }
H1.HeaderClassName
{
color: #6D8EEA;
}
.AnyTagClassName
{
color: #6D8EEA;
}
</style>
background-color css
<style>
a { background-color: #6D8EEA; }
a { background-color: rgb(109,142,234); }
div.DivClassName
{
background-color: #6D8EEA;
}
.BgClassName
{
background-color: #6D8EEA;
}
</style>
border-color css
<style>
span { border-color: #6D8EEA; }
span { border-color: rgb(109,142,234); }
td.TdClassName
{
border-color: #6D8EEA;
}
.TagClassName
{
border-color: #6D8EEA;
}
</style>