Shades of Cornflower Blue #6BA6EF
Tints of Cornflower Blue #6BA6EF
RGB
CMYK
RGB Variations
Color information
#6BA6EF (or 0x6BA6EF) is known color: Cornflower Blue. HEX triplet: 6B, A6 and EF. RGB value is (107,166,239). Sum of RGB (Red+Green+Blue) = 107+166+239=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BA6EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA6EF is #945910. Grayscale: #9C9C9C. Windows color (decimal): -9722129 or 15705707. OLE color: 15705707.
HSL color Cylindrical-coordinate representation of color #6BA6EF: hue angle of 213.18º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BA6EF is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 166 | 239 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.06 |
| HSL | 213.18º | 0.8% | 0.68% | - |
| HSV(B) | 213.18º | 0.55% | 0.94% | - |
| XYZ | 35.28 | 36.63 | 86.87 | - |
| YUV | 156.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 166 | 239 | 0.55 | 0.31 | 0 | 0.06 | 213.18 | 0.8 | 0.68 |
| Hex | 6B | A6 | EF | 37 | 1F | 0 | 6 | D5 | 50 | 44 |
| Octal | 153 | 246 | 357 | 67 | 37 | 0 | 6 | 325 | 120 | 104 |
| Binary | 1101011 | 10100110 | 11101111 | 110111 | 11111 | 0 | 110 | 11010101 | 1010000 | 1000100 |
Color Harmonies of #6BA6EF
Complementary color
Monochromatic Colors of #6BA6EF
Black with #6BA6EF
Text Example
Text Example
White with #6BA6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA6EF; }
p { color: rgb(107,166,239); }
H1.HeaderClassName
{
color: #6BA6EF;
}
.AnyTagClassName
{
color: #6BA6EF;
}
</style>
background-color css
<style>
a { background-color: #6BA6EF; }
a { background-color: rgb(107,166,239); }
div.DivClassName
{
background-color: #6BA6EF;
}
.BgClassName
{
background-color: #6BA6EF;
}
</style>
border-color css
<style>
span { border-color: #6BA6EF; }
span { border-color: rgb(107,166,239); }
td.TdClassName
{
border-color: #6BA6EF;
}
.TagClassName
{
border-color: #6BA6EF;
}
</style>