Shades of Cornflower Blue #6891FC
Tints of Cornflower Blue #6891FC
RGB
CMYK
RGB Variations
Color information
#6891FC (or 0x6891FC) is known color: Cornflower Blue. HEX triplet: 68, 91 and FC. RGB value is (104,145,252). Sum of RGB (Red+Green+Blue) = 104+145+252=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #6891FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6891FC is #976E03. Grayscale: #909090. Windows color (decimal): -9924100 or 16552296. OLE color: 16552296.
HSL color Cylindrical-coordinate representation of color #6891FC: hue angle of 223.38º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6891FC is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 145 | 252 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.01 |
| HSL | 223.38º | 0.96% | 0.7% | - |
| HSV(B) | 223.38º | 0.59% | 0.99% | - |
| XYZ | 33.41 | 30.22 | 96.17 | - |
| YUV | 144.94 | 188.42 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 252 | 0.59 | 0.42 | 0 | 0.01 | 223.38 | 0.96 | 0.7 |
| Hex | 68 | 91 | FC | 3B | 2A | 0 | 1 | DF | 60 | 46 |
| Octal | 150 | 221 | 374 | 73 | 52 | 0 | 1 | 337 | 140 | 106 |
| Binary | 1101000 | 10010001 | 11111100 | 111011 | 101010 | 0 | 1 | 11011111 | 1100000 | 1000110 |
Color Harmonies of #6891FC
Complementary color
Monochromatic Colors of #6891FC
Black with #6891FC
Text Example
Text Example
White with #6891FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891FC; }
p { color: rgb(104,145,252); }
H1.HeaderClassName
{
color: #6891FC;
}
.AnyTagClassName
{
color: #6891FC;
}
</style>
background-color css
<style>
a { background-color: #6891FC; }
a { background-color: rgb(104,145,252); }
div.DivClassName
{
background-color: #6891FC;
}
.BgClassName
{
background-color: #6891FC;
}
</style>
border-color css
<style>
span { border-color: #6891FC; }
span { border-color: rgb(104,145,252); }
td.TdClassName
{
border-color: #6891FC;
}
.TagClassName
{
border-color: #6891FC;
}
</style>