Shades of Cornflower Blue #6BA0FB
Tints of Cornflower Blue #6BA0FB
RGB
CMYK
RGB Variations
Color information
#6BA0FB (or 0x6BA0FB) is known color: Cornflower Blue. HEX triplet: 6B, A0 and FB. RGB value is (107,160,251). Sum of RGB (Red+Green+Blue) = 107+160+251=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #6BA0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0FB is #945F04. Grayscale: #9A9A9A. Windows color (decimal): -9723653 or 16490603. OLE color: 16490603.
HSL color Cylindrical-coordinate representation of color #6BA0FB: hue angle of 217.92º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA0FB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 160 | 251 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.02 |
| HSL | 217.92º | 0.95% | 0.7% | - |
| HSV(B) | 217.92º | 0.57% | 0.98% | - |
| XYZ | 36.05 | 35.23 | 96.17 | - |
| YUV | 154.53 | 182.44 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 251 | 0.57 | 0.36 | 0 | 0.02 | 217.92 | 0.95 | 0.7 |
| Hex | 6B | A0 | FB | 39 | 24 | 0 | 2 | DA | 5F | 46 |
| Octal | 153 | 240 | 373 | 71 | 44 | 0 | 2 | 332 | 137 | 106 |
| Binary | 1101011 | 10100000 | 11111011 | 111001 | 100100 | 0 | 10 | 11011010 | 1011111 | 1000110 |
Color Harmonies of #6BA0FB
Complementary color
Monochromatic Colors of #6BA0FB
Black with #6BA0FB
Text Example
Text Example
White with #6BA0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0FB; }
p { color: rgb(107,160,251); }
H1.HeaderClassName
{
color: #6BA0FB;
}
.AnyTagClassName
{
color: #6BA0FB;
}
</style>
background-color css
<style>
a { background-color: #6BA0FB; }
a { background-color: rgb(107,160,251); }
div.DivClassName
{
background-color: #6BA0FB;
}
.BgClassName
{
background-color: #6BA0FB;
}
</style>
border-color css
<style>
span { border-color: #6BA0FB; }
span { border-color: rgb(107,160,251); }
td.TdClassName
{
border-color: #6BA0FB;
}
.TagClassName
{
border-color: #6BA0FB;
}
</style>