Shades of Cornflower Blue #6D8CEB
Tints of Cornflower Blue #6D8CEB
RGB
CMYK
RGB Variations
Color information
#6D8CEB (or 0x6D8CEB) is known color: Cornflower Blue. HEX triplet: 6D, 8C and EB. RGB value is (109,140,235). Sum of RGB (Red+Green+Blue) = 109+140+235=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8CEB is #927314. Grayscale: #8D8D8D. Windows color (decimal): -9597717 or 15436909. OLE color: 15436909.
HSL color Cylindrical-coordinate representation of color #6D8CEB: hue angle of 225.24º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D8CEB is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 140 | 235 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.08 |
| HSL | 225.24º | 0.76% | 0.67% | - |
| HSV(B) | 225.24º | 0.54% | 0.92% | - |
| XYZ | 30.68 | 28.01 | 82.39 | - |
| YUV | 141.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 140 | 235 | 0.54 | 0.40 | 0 | 0.08 | 225.24 | 0.76 | 0.67 |
| Hex | 6D | 8C | EB | 36 | 28 | 0 | 8 | E1 | 4C | 43 |
| Octal | 155 | 214 | 353 | 66 | 50 | 0 | 10 | 341 | 114 | 103 |
| Binary | 1101101 | 10001100 | 11101011 | 110110 | 101000 | 0 | 1000 | 11100001 | 1001100 | 1000011 |
Color Harmonies of #6D8CEB
Complementary color
Monochromatic Colors of #6D8CEB
Black with #6D8CEB
Text Example
Text Example
White with #6D8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8CEB; }
p { color: rgb(109,140,235); }
H1.HeaderClassName
{
color: #6D8CEB;
}
.AnyTagClassName
{
color: #6D8CEB;
}
</style>
background-color css
<style>
a { background-color: #6D8CEB; }
a { background-color: rgb(109,140,235); }
div.DivClassName
{
background-color: #6D8CEB;
}
.BgClassName
{
background-color: #6D8CEB;
}
</style>
border-color css
<style>
span { border-color: #6D8CEB; }
span { border-color: rgb(109,140,235); }
td.TdClassName
{
border-color: #6D8CEB;
}
.TagClassName
{
border-color: #6D8CEB;
}
</style>