Shades of Cornflower Blue #6892DE
Tints of Cornflower Blue #6892DE
RGB
CMYK
RGB Variations
Color information
#6892DE (or 0x6892DE) is known color: Cornflower Blue. HEX triplet: 68, 92 and DE. RGB value is (104,146,222). Sum of RGB (Red+Green+Blue) = 104+146+222=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #6892DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892DE is #976D21. Grayscale: #8D8D8D. Windows color (decimal): -9923874 or 14586472. OLE color: 14586472.
HSL color Cylindrical-coordinate representation of color #6892DE: hue angle of 218.64º degrees, saturation: 0.64, 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 #6892DE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 146 | 222 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.13 |
| HSL | 218.64º | 0.64% | 0.64% | - |
| HSV(B) | 218.64º | 0.53% | 0.87% | - |
| XYZ | 29.17 | 28.77 | 73.12 | - |
| YUV | 142.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 222 | 0.53 | 0.34 | 0 | 0.13 | 218.64 | 0.64 | 0.64 |
| Hex | 68 | 92 | DE | 35 | 22 | 0 | D | DB | 40 | 40 |
| Octal | 150 | 222 | 336 | 65 | 42 | 0 | 15 | 333 | 100 | 100 |
| Binary | 1101000 | 10010010 | 11011110 | 110101 | 100010 | 0 | 1101 | 11011011 | 1000000 | 1000000 |
Color Harmonies of #6892DE
Complementary color
Monochromatic Colors of #6892DE
Black with #6892DE
Text Example
Text Example
White with #6892DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892DE; }
p { color: rgb(104,146,222); }
H1.HeaderClassName
{
color: #6892DE;
}
.AnyTagClassName
{
color: #6892DE;
}
</style>
background-color css
<style>
a { background-color: #6892DE; }
a { background-color: rgb(104,146,222); }
div.DivClassName
{
background-color: #6892DE;
}
.BgClassName
{
background-color: #6892DE;
}
</style>
border-color css
<style>
span { border-color: #6892DE; }
span { border-color: rgb(104,146,222); }
td.TdClassName
{
border-color: #6892DE;
}
.TagClassName
{
border-color: #6892DE;
}
</style>