Shades of Cornflower Blue #6889DC
Tints of Cornflower Blue #6889DC
RGB
CMYK
RGB Variations
Color information
#6889DC (or 0x6889DC) is known color: Cornflower Blue. HEX triplet: 68, 89 and DC. RGB value is (104,137,220). Sum of RGB (Red+Green+Blue) = 104+137+220=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #6889DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889DC is #977623. Grayscale: #888888. Windows color (decimal): -9926180 or 14453096. OLE color: 14453096.
HSL color Cylindrical-coordinate representation of color #6889DC: hue angle of 222.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6889DC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 137 | 220 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.14 |
| HSL | 222.93º | 0.62% | 0.64% | - |
| HSV(B) | 222.93º | 0.53% | 0.86% | - |
| XYZ | 27.57 | 26 | 71.28 | - |
| YUV | 136.6 | 175.07 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 220 | 0.53 | 0.38 | 0 | 0.14 | 222.93 | 0.62 | 0.64 |
| Hex | 68 | 89 | DC | 35 | 26 | 0 | E | DF | 3E | 40 |
| Octal | 150 | 211 | 334 | 65 | 46 | 0 | 16 | 337 | 76 | 100 |
| Binary | 1101000 | 10001001 | 11011100 | 110101 | 100110 | 0 | 1110 | 11011111 | 111110 | 1000000 |
Color Harmonies of #6889DC
Complementary color
Monochromatic Colors of #6889DC
Black with #6889DC
Text Example
Text Example
White with #6889DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889DC; }
p { color: rgb(104,137,220); }
H1.HeaderClassName
{
color: #6889DC;
}
.AnyTagClassName
{
color: #6889DC;
}
</style>
background-color css
<style>
a { background-color: #6889DC; }
a { background-color: rgb(104,137,220); }
div.DivClassName
{
background-color: #6889DC;
}
.BgClassName
{
background-color: #6889DC;
}
</style>
border-color css
<style>
span { border-color: #6889DC; }
span { border-color: rgb(104,137,220); }
td.TdClassName
{
border-color: #6889DC;
}
.TagClassName
{
border-color: #6889DC;
}
</style>