Shades of Cornflower Blue #6894DC
Tints of Cornflower Blue #6894DC
RGB
CMYK
RGB Variations
Color information
#6894DC (or 0x6894DC) is known color: Cornflower Blue. HEX triplet: 68, 94 and DC. RGB value is (104,148,220). Sum of RGB (Red+Green+Blue) = 104+148+220=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6894DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6894DC is #976B23. Grayscale: #8E8E8E. Windows color (decimal): -9923364 or 14455912. OLE color: 14455912.
HSL color Cylindrical-coordinate representation of color #6894DC: hue angle of 217.24º 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 #6894DC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 148 | 220 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.14 |
| HSL | 217.24º | 0.62% | 0.64% | - |
| HSV(B) | 217.24º | 0.53% | 0.86% | - |
| XYZ | 29.22 | 29.29 | 71.82 | - |
| YUV | 143.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 220 | 0.53 | 0.33 | 0 | 0.14 | 217.24 | 0.62 | 0.64 |
| Hex | 68 | 94 | DC | 35 | 21 | 0 | E | D9 | 3E | 40 |
| Octal | 150 | 224 | 334 | 65 | 41 | 0 | 16 | 331 | 76 | 100 |
| Binary | 1101000 | 10010100 | 11011100 | 110101 | 100001 | 0 | 1110 | 11011001 | 111110 | 1000000 |
Color Harmonies of #6894DC
Complementary color
Monochromatic Colors of #6894DC
Black with #6894DC
Text Example
Text Example
White with #6894DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6894DC; }
p { color: rgb(104,148,220); }
H1.HeaderClassName
{
color: #6894DC;
}
.AnyTagClassName
{
color: #6894DC;
}
</style>
background-color css
<style>
a { background-color: #6894DC; }
a { background-color: rgb(104,148,220); }
div.DivClassName
{
background-color: #6894DC;
}
.BgClassName
{
background-color: #6894DC;
}
</style>
border-color css
<style>
span { border-color: #6894DC; }
span { border-color: rgb(104,148,220); }
td.TdClassName
{
border-color: #6894DC;
}
.TagClassName
{
border-color: #6894DC;
}
</style>