Shades of Cornflower Blue #6899FE
Tints of Cornflower Blue #6899FE
RGB
CMYK
RGB Variations
Color information
#6899FE (or 0x6899FE) is known color: Cornflower Blue. HEX triplet: 68, 99 and FE. RGB value is (104,153,254). Sum of RGB (Red+Green+Blue) = 104+153+254=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #6899FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6899FE is #976601. Grayscale: #959595. Windows color (decimal): -9922050 or 16685416. OLE color: 16685416.
HSL color Cylindrical-coordinate representation of color #6899FE: hue angle of 220.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6899FE is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 153 | 254 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.00 |
| HSL | 220.4º | 0.99% | 0.7% | - |
| HSV(B) | 220.4º | 0.59% | 1% | - |
| XYZ | 34.99 | 32.88 | 98.27 | - |
| YUV | 149.86 | 186.77 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 254 | 0.59 | 0.40 | 0 | 0.00 | 220.4 | 0.99 | 0.7 |
| Hex | 68 | 99 | FE | 3B | 28 | 0 | 0 | DC | 63 | 46 |
| Octal | 150 | 231 | 376 | 73 | 50 | 0 | 0 | 334 | 143 | 106 |
| Binary | 1101000 | 10011001 | 11111110 | 111011 | 101000 | 0 | 0 | 11011100 | 1100011 | 1000110 |
Color Harmonies of #6899FE
Complementary color
Monochromatic Colors of #6899FE
Black with #6899FE
Text Example
Text Example
White with #6899FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6899FE; }
p { color: rgb(104,153,254); }
H1.HeaderClassName
{
color: #6899FE;
}
.AnyTagClassName
{
color: #6899FE;
}
</style>
background-color css
<style>
a { background-color: #6899FE; }
a { background-color: rgb(104,153,254); }
div.DivClassName
{
background-color: #6899FE;
}
.BgClassName
{
background-color: #6899FE;
}
</style>
border-color css
<style>
span { border-color: #6899FE; }
span { border-color: rgb(104,153,254); }
td.TdClassName
{
border-color: #6899FE;
}
.TagClassName
{
border-color: #6899FE;
}
</style>