Shades of Cornflower Blue #6E7DDC
Tints of Cornflower Blue #6E7DDC
RGB
CMYK
RGB Variations
Color information
#6E7DDC (or 0x6E7DDC) is known color: Cornflower Blue. HEX triplet: 6E, 7D and DC. RGB value is (110,125,220). Sum of RGB (Red+Green+Blue) = 110+125+220=455 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.18% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7DDC is #918223. Grayscale: #828282. Windows color (decimal): -9536036 or 14450030. OLE color: 14450030.
HSL color Cylindrical-coordinate representation of color #6E7DDC: hue angle of 231.82º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7DDC is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 125 | 220 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.14 |
| HSL | 231.82º | 0.61% | 0.65% | - |
| HSV(B) | 231.82º | 0.5% | 0.86% | - |
| XYZ | 26.68 | 23.15 | 70.77 | - |
| YUV | 131.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 220 | 0.50 | 0.43 | 0 | 0.14 | 231.82 | 0.61 | 0.65 |
| Hex | 6E | 7D | DC | 32 | 2B | 0 | E | E8 | 3D | 41 |
| Octal | 156 | 175 | 334 | 62 | 53 | 0 | 16 | 350 | 75 | 101 |
| Binary | 1101110 | 1111101 | 11011100 | 110010 | 101011 | 0 | 1110 | 11101000 | 111101 | 1000001 |
Color Harmonies of #6E7DDC
Complementary color
Monochromatic Colors of #6E7DDC
Black with #6E7DDC
Text Example
Text Example
White with #6E7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DDC; }
p { color: rgb(110,125,220); }
H1.HeaderClassName
{
color: #6E7DDC;
}
.AnyTagClassName
{
color: #6E7DDC;
}
</style>
background-color css
<style>
a { background-color: #6E7DDC; }
a { background-color: rgb(110,125,220); }
div.DivClassName
{
background-color: #6E7DDC;
}
.BgClassName
{
background-color: #6E7DDC;
}
</style>
border-color css
<style>
span { border-color: #6E7DDC; }
span { border-color: rgb(110,125,220); }
td.TdClassName
{
border-color: #6E7DDC;
}
.TagClassName
{
border-color: #6E7DDC;
}
</style>