Shades of Cornflower Blue #6892FE
Tints of Cornflower Blue #6892FE
RGB
CMYK
RGB Variations
Color information
#6892FE (or 0x6892FE) is known color: Cornflower Blue. HEX triplet: 68, 92 and FE. RGB value is (104,146,254). Sum of RGB (Red+Green+Blue) = 104+146+254=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #6892FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892FE is #976D01. Grayscale: #919191. Windows color (decimal): -9923842 or 16683624. OLE color: 16683624.
HSL color Cylindrical-coordinate representation of color #6892FE: hue angle of 223.2º 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 #6892FE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 146 | 254 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.00 |
| HSL | 223.2º | 0.99% | 0.7% | - |
| HSV(B) | 223.2º | 0.59% | 1% | - |
| XYZ | 33.88 | 30.66 | 97.9 | - |
| YUV | 145.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 254 | 0.59 | 0.43 | 0 | 0.00 | 223.2 | 0.99 | 0.7 |
| Hex | 68 | 92 | FE | 3B | 2B | 0 | 0 | DF | 63 | 46 |
| Octal | 150 | 222 | 376 | 73 | 53 | 0 | 0 | 337 | 143 | 106 |
| Binary | 1101000 | 10010010 | 11111110 | 111011 | 101011 | 0 | 0 | 11011111 | 1100011 | 1000110 |
Color Harmonies of #6892FE
Complementary color
Monochromatic Colors of #6892FE
Black with #6892FE
Text Example
Text Example
White with #6892FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892FE; }
p { color: rgb(104,146,254); }
H1.HeaderClassName
{
color: #6892FE;
}
.AnyTagClassName
{
color: #6892FE;
}
</style>
background-color css
<style>
a { background-color: #6892FE; }
a { background-color: rgb(104,146,254); }
div.DivClassName
{
background-color: #6892FE;
}
.BgClassName
{
background-color: #6892FE;
}
</style>
border-color css
<style>
span { border-color: #6892FE; }
span { border-color: rgb(104,146,254); }
td.TdClassName
{
border-color: #6892FE;
}
.TagClassName
{
border-color: #6892FE;
}
</style>