Shades of Cornflower Blue #6889DF
Tints of Cornflower Blue #6889DF
RGB
CMYK
RGB Variations
Color information
#6889DF (or 0x6889DF) is known color: Cornflower Blue. HEX triplet: 68, 89 and DF. RGB value is (104,137,223). Sum of RGB (Red+Green+Blue) = 104+137+223=464 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.41% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #6889DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889DF is #977620. Grayscale: #888888. Windows color (decimal): -9926177 or 14649704. OLE color: 14649704.
HSL color Cylindrical-coordinate representation of color #6889DF: hue angle of 223.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6889DF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 137 | 223 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.13 |
| HSL | 223.36º | 0.65% | 0.64% | - |
| HSV(B) | 223.36º | 0.53% | 0.87% | - |
| XYZ | 27.97 | 26.16 | 73.39 | - |
| YUV | 136.94 | 176.57 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 223 | 0.53 | 0.39 | 0 | 0.13 | 223.36 | 0.65 | 0.64 |
| Hex | 68 | 89 | DF | 35 | 27 | 0 | D | DF | 41 | 40 |
| Octal | 150 | 211 | 337 | 65 | 47 | 0 | 15 | 337 | 101 | 100 |
| Binary | 1101000 | 10001001 | 11011111 | 110101 | 100111 | 0 | 1101 | 11011111 | 1000001 | 1000000 |
Color Harmonies of #6889DF
Complementary color
Monochromatic Colors of #6889DF
Black with #6889DF
Text Example
Text Example
White with #6889DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889DF; }
p { color: rgb(104,137,223); }
H1.HeaderClassName
{
color: #6889DF;
}
.AnyTagClassName
{
color: #6889DF;
}
</style>
background-color css
<style>
a { background-color: #6889DF; }
a { background-color: rgb(104,137,223); }
div.DivClassName
{
background-color: #6889DF;
}
.BgClassName
{
background-color: #6889DF;
}
</style>
border-color css
<style>
span { border-color: #6889DF; }
span { border-color: rgb(104,137,223); }
td.TdClassName
{
border-color: #6889DF;
}
.TagClassName
{
border-color: #6889DF;
}
</style>