Shades of Cornflower Blue #6E7DDF
Tints of Cornflower Blue #6E7DDF
RGB
CMYK
RGB Variations
Color information
#6E7DDF (or 0x6E7DDF) is known color: Cornflower Blue. HEX triplet: 6E, 7D and DF. RGB value is (110,125,223). Sum of RGB (Red+Green+Blue) = 110+125+223=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DDF is #918220. Grayscale: #838383. Windows color (decimal): -9536033 or 14646638. OLE color: 14646638.
HSL color Cylindrical-coordinate representation of color #6E7DDF: hue angle of 232.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E7DDF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 125 | 223 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.13 |
| HSL | 232.04º | 0.64% | 0.65% | - |
| HSV(B) | 232.04º | 0.51% | 0.87% | - |
| XYZ | 27.08 | 23.31 | 72.88 | - |
| YUV | 131.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 223 | 0.51 | 0.44 | 0 | 0.13 | 232.04 | 0.64 | 0.65 |
| Hex | 6E | 7D | DF | 33 | 2C | 0 | D | E8 | 40 | 41 |
| Octal | 156 | 175 | 337 | 63 | 54 | 0 | 15 | 350 | 100 | 101 |
| Binary | 1101110 | 1111101 | 11011111 | 110011 | 101100 | 0 | 1101 | 11101000 | 1000000 | 1000001 |
Color Harmonies of #6E7DDF
Complementary color
Monochromatic Colors of #6E7DDF
Black with #6E7DDF
Text Example
Text Example
White with #6E7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DDF; }
p { color: rgb(110,125,223); }
H1.HeaderClassName
{
color: #6E7DDF;
}
.AnyTagClassName
{
color: #6E7DDF;
}
</style>
background-color css
<style>
a { background-color: #6E7DDF; }
a { background-color: rgb(110,125,223); }
div.DivClassName
{
background-color: #6E7DDF;
}
.BgClassName
{
background-color: #6E7DDF;
}
</style>
border-color css
<style>
span { border-color: #6E7DDF; }
span { border-color: rgb(110,125,223); }
td.TdClassName
{
border-color: #6E7DDF;
}
.TagClassName
{
border-color: #6E7DDF;
}
</style>