Shades of Cornflower Blue #6E8ADC
Tints of Cornflower Blue #6E8ADC
RGB
CMYK
RGB Variations
Color information
#6E8ADC (or 0x6E8ADC) is known color: Cornflower Blue. HEX triplet: 6E, 8A and DC. RGB value is (110,138,220). Sum of RGB (Red+Green+Blue) = 110+138+220=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ADC is #917523. Grayscale: #8A8A8A. Windows color (decimal): -9532708 or 14453358. OLE color: 14453358.
HSL color Cylindrical-coordinate representation of color #6E8ADC: hue angle of 224.73º 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 #6E8ADC is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 138 | 220 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.14 |
| HSL | 224.73º | 0.61% | 0.65% | - |
| HSV(B) | 224.73º | 0.5% | 0.86% | - |
| XYZ | 28.44 | 26.66 | 71.36 | - |
| YUV | 138.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 220 | 0.50 | 0.37 | 0 | 0.14 | 224.73 | 0.61 | 0.65 |
| Hex | 6E | 8A | DC | 32 | 25 | 0 | E | E1 | 3D | 41 |
| Octal | 156 | 212 | 334 | 62 | 45 | 0 | 16 | 341 | 75 | 101 |
| Binary | 1101110 | 10001010 | 11011100 | 110010 | 100101 | 0 | 1110 | 11100001 | 111101 | 1000001 |
Color Harmonies of #6E8ADC
Complementary color
Monochromatic Colors of #6E8ADC
Black with #6E8ADC
Text Example
Text Example
White with #6E8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8ADC; }
p { color: rgb(110,138,220); }
H1.HeaderClassName
{
color: #6E8ADC;
}
.AnyTagClassName
{
color: #6E8ADC;
}
</style>
background-color css
<style>
a { background-color: #6E8ADC; }
a { background-color: rgb(110,138,220); }
div.DivClassName
{
background-color: #6E8ADC;
}
.BgClassName
{
background-color: #6E8ADC;
}
</style>
border-color css
<style>
span { border-color: #6E8ADC; }
span { border-color: rgb(110,138,220); }
td.TdClassName
{
border-color: #6E8ADC;
}
.TagClassName
{
border-color: #6E8ADC;
}
</style>