Shades of Cornflower Blue #6892F3
Tints of Cornflower Blue #6892F3
RGB
CMYK
RGB Variations
Color information
#6892F3 (or 0x6892F3) is known color: Cornflower Blue. HEX triplet: 68, 92 and F3. RGB value is (104,146,243). Sum of RGB (Red+Green+Blue) = 104+146+243=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #6892F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892F3 is #976D0C. Grayscale: #909090. Windows color (decimal): -9923853 or 15962728. OLE color: 15962728.
HSL color Cylindrical-coordinate representation of color #6892F3: hue angle of 221.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6892F3 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 146 | 243 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.05 |
| HSL | 221.87º | 0.85% | 0.68% | - |
| HSV(B) | 221.87º | 0.57% | 0.95% | - |
| XYZ | 32.17 | 29.97 | 88.88 | - |
| YUV | 144.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 243 | 0.57 | 0.40 | 0 | 0.05 | 221.87 | 0.85 | 0.68 |
| Hex | 68 | 92 | F3 | 39 | 28 | 0 | 5 | DE | 55 | 44 |
| Octal | 150 | 222 | 363 | 71 | 50 | 0 | 5 | 336 | 125 | 104 |
| Binary | 1101000 | 10010010 | 11110011 | 111001 | 101000 | 0 | 101 | 11011110 | 1010101 | 1000100 |
Color Harmonies of #6892F3
Complementary color
Monochromatic Colors of #6892F3
Black with #6892F3
Text Example
Text Example
White with #6892F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892F3; }
p { color: rgb(104,146,243); }
H1.HeaderClassName
{
color: #6892F3;
}
.AnyTagClassName
{
color: #6892F3;
}
</style>
background-color css
<style>
a { background-color: #6892F3; }
a { background-color: rgb(104,146,243); }
div.DivClassName
{
background-color: #6892F3;
}
.BgClassName
{
background-color: #6892F3;
}
</style>
border-color css
<style>
span { border-color: #6892F3; }
span { border-color: rgb(104,146,243); }
td.TdClassName
{
border-color: #6892F3;
}
.TagClassName
{
border-color: #6892F3;
}
</style>