Shades of Cornflower Blue #6893FB
Tints of Cornflower Blue #6893FB
RGB
CMYK
RGB Variations
Color information
#6893FB (or 0x6893FB) is known color: Cornflower Blue. HEX triplet: 68, 93 and FB. RGB value is (104,147,251). Sum of RGB (Red+Green+Blue) = 104+147+251=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #6893FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6893FB is #976C04. Grayscale: #919191. Windows color (decimal): -9923589 or 16487272. OLE color: 16487272.
HSL color Cylindrical-coordinate representation of color #6893FB: hue angle of 222.45º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6893FB is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 147 | 251 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.02 |
| HSL | 222.45º | 0.95% | 0.7% | - |
| HSV(B) | 222.45º | 0.59% | 0.98% | - |
| XYZ | 33.56 | 30.78 | 95.44 | - |
| YUV | 146 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 251 | 0.59 | 0.41 | 0 | 0.02 | 222.45 | 0.95 | 0.7 |
| Hex | 68 | 93 | FB | 3B | 29 | 0 | 2 | DE | 5F | 46 |
| Octal | 150 | 223 | 373 | 73 | 51 | 0 | 2 | 336 | 137 | 106 |
| Binary | 1101000 | 10010011 | 11111011 | 111011 | 101001 | 0 | 10 | 11011110 | 1011111 | 1000110 |
Color Harmonies of #6893FB
Complementary color
Monochromatic Colors of #6893FB
Black with #6893FB
Text Example
Text Example
White with #6893FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6893FB; }
p { color: rgb(104,147,251); }
H1.HeaderClassName
{
color: #6893FB;
}
.AnyTagClassName
{
color: #6893FB;
}
</style>
background-color css
<style>
a { background-color: #6893FB; }
a { background-color: rgb(104,147,251); }
div.DivClassName
{
background-color: #6893FB;
}
.BgClassName
{
background-color: #6893FB;
}
</style>
border-color css
<style>
span { border-color: #6893FB; }
span { border-color: rgb(104,147,251); }
td.TdClassName
{
border-color: #6893FB;
}
.TagClassName
{
border-color: #6893FB;
}
</style>