Shades of Cornflower Blue #6BA0EB
Tints of Cornflower Blue #6BA0EB
RGB
CMYK
RGB Variations
Color information
#6BA0EB (or 0x6BA0EB) is known color: Cornflower Blue. HEX triplet: 6B, A0 and EB. RGB value is (107,160,235). Sum of RGB (Red+Green+Blue) = 107+160+235=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BA0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA0EB is #945F14. Grayscale: #989898. Windows color (decimal): -9723669 or 15442027. OLE color: 15442027.
HSL color Cylindrical-coordinate representation of color #6BA0EB: hue angle of 215.16º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA0EB is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 160 | 235 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.08 |
| HSL | 215.16º | 0.76% | 0.67% | - |
| HSV(B) | 215.16º | 0.54% | 0.92% | - |
| XYZ | 33.63 | 34.27 | 83.44 | - |
| YUV | 152.7 | 174.44 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 235 | 0.54 | 0.32 | 0 | 0.08 | 215.16 | 0.76 | 0.67 |
| Hex | 6B | A0 | EB | 36 | 20 | 0 | 8 | D7 | 4C | 43 |
| Octal | 153 | 240 | 353 | 66 | 40 | 0 | 10 | 327 | 114 | 103 |
| Binary | 1101011 | 10100000 | 11101011 | 110110 | 100000 | 0 | 1000 | 11010111 | 1001100 | 1000011 |
Color Harmonies of #6BA0EB
Complementary color
Monochromatic Colors of #6BA0EB
Black with #6BA0EB
Text Example
Text Example
White with #6BA0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA0EB; }
p { color: rgb(107,160,235); }
H1.HeaderClassName
{
color: #6BA0EB;
}
.AnyTagClassName
{
color: #6BA0EB;
}
</style>
background-color css
<style>
a { background-color: #6BA0EB; }
a { background-color: rgb(107,160,235); }
div.DivClassName
{
background-color: #6BA0EB;
}
.BgClassName
{
background-color: #6BA0EB;
}
</style>
border-color css
<style>
span { border-color: #6BA0EB; }
span { border-color: rgb(107,160,235); }
td.TdClassName
{
border-color: #6BA0EB;
}
.TagClassName
{
border-color: #6BA0EB;
}
</style>