Shades of Cornflower Blue #6892FA
Tints of Cornflower Blue #6892FA
RGB
CMYK
RGB Variations
Color information
#6892FA (or 0x6892FA) is known color: Cornflower Blue. HEX triplet: 68, 92 and FA. RGB value is (104,146,250). Sum of RGB (Red+Green+Blue) = 104+146+250=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #6892FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892FA is #976D05. Grayscale: #909090. Windows color (decimal): -9923846 or 16421480. OLE color: 16421480.
HSL color Cylindrical-coordinate representation of color #6892FA: hue angle of 222.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6892FA is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 146 | 250 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.02 |
| HSL | 222.74º | 0.94% | 0.69% | - |
| HSV(B) | 222.74º | 0.58% | 0.98% | - |
| XYZ | 33.24 | 30.4 | 94.56 | - |
| YUV | 145.3 | 187.09 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 250 | 0.58 | 0.42 | 0 | 0.02 | 222.74 | 0.94 | 0.69 |
| Hex | 68 | 92 | FA | 3A | 2A | 0 | 2 | DF | 5E | 45 |
| Octal | 150 | 222 | 372 | 72 | 52 | 0 | 2 | 337 | 136 | 105 |
| Binary | 1101000 | 10010010 | 11111010 | 111010 | 101010 | 0 | 10 | 11011111 | 1011110 | 1000101 |
Color Harmonies of #6892FA
Complementary color
Monochromatic Colors of #6892FA
Black with #6892FA
Text Example
Text Example
White with #6892FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892FA; }
p { color: rgb(104,146,250); }
H1.HeaderClassName
{
color: #6892FA;
}
.AnyTagClassName
{
color: #6892FA;
}
</style>
background-color css
<style>
a { background-color: #6892FA; }
a { background-color: rgb(104,146,250); }
div.DivClassName
{
background-color: #6892FA;
}
.BgClassName
{
background-color: #6892FA;
}
</style>
border-color css
<style>
span { border-color: #6892FA; }
span { border-color: rgb(104,146,250); }
td.TdClassName
{
border-color: #6892FA;
}
.TagClassName
{
border-color: #6892FA;
}
</style>