Shades of Cornflower Blue #6BA5EC
Tints of Cornflower Blue #6BA5EC
RGB
CMYK
RGB Variations
Color information
#6BA5EC (or 0x6BA5EC) is known color: Cornflower Blue. HEX triplet: 6B, A5 and EC. RGB value is (107,165,236). Sum of RGB (Red+Green+Blue) = 107+165+236=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BA5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA5EC is #945A13. Grayscale: #9B9B9B. Windows color (decimal): -9722388 or 15508843. OLE color: 15508843.
HSL color Cylindrical-coordinate representation of color #6BA5EC: hue angle of 213.02º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA5EC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 165 | 236 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.07 |
| HSL | 213.02º | 0.77% | 0.67% | - |
| HSV(B) | 213.02º | 0.55% | 0.93% | - |
| XYZ | 34.66 | 36.09 | 84.5 | - |
| YUV | 155.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 236 | 0.55 | 0.30 | 0 | 0.07 | 213.02 | 0.77 | 0.67 |
| Hex | 6B | A5 | EC | 37 | 1E | 0 | 7 | D5 | 4D | 43 |
| Octal | 153 | 245 | 354 | 67 | 36 | 0 | 7 | 325 | 115 | 103 |
| Binary | 1101011 | 10100101 | 11101100 | 110111 | 11110 | 0 | 111 | 11010101 | 1001101 | 1000011 |
Color Harmonies of #6BA5EC
Complementary color
Monochromatic Colors of #6BA5EC
Black with #6BA5EC
Text Example
Text Example
White with #6BA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5EC; }
p { color: rgb(107,165,236); }
H1.HeaderClassName
{
color: #6BA5EC;
}
.AnyTagClassName
{
color: #6BA5EC;
}
</style>
background-color css
<style>
a { background-color: #6BA5EC; }
a { background-color: rgb(107,165,236); }
div.DivClassName
{
background-color: #6BA5EC;
}
.BgClassName
{
background-color: #6BA5EC;
}
</style>
border-color css
<style>
span { border-color: #6BA5EC; }
span { border-color: rgb(107,165,236); }
td.TdClassName
{
border-color: #6BA5EC;
}
.TagClassName
{
border-color: #6BA5EC;
}
</style>