Shades of Cornflower Blue #6BA7F4
Tints of Cornflower Blue #6BA7F4
RGB
CMYK
RGB Variations
Color information
#6BA7F4 (or 0x6BA7F4) is known color: Cornflower Blue. HEX triplet: 6B, A7 and F4. RGB value is (107,167,244). Sum of RGB (Red+Green+Blue) = 107+167+244=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #6BA7F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA7F4 is #94580B. Grayscale: #9D9D9D. Windows color (decimal): -9721868 or 16033643. OLE color: 16033643.
HSL color Cylindrical-coordinate representation of color #6BA7F4: hue angle of 213.72º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA7F4 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 167 | 244 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.04 |
| HSL | 213.72º | 0.86% | 0.69% | - |
| HSV(B) | 213.72º | 0.56% | 0.96% | - |
| XYZ | 36.21 | 37.29 | 90.88 | - |
| YUV | 157.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 244 | 0.56 | 0.32 | 0 | 0.04 | 213.72 | 0.86 | 0.69 |
| Hex | 6B | A7 | F4 | 38 | 20 | 0 | 4 | D6 | 56 | 45 |
| Octal | 153 | 247 | 364 | 70 | 40 | 0 | 4 | 326 | 126 | 105 |
| Binary | 1101011 | 10100111 | 11110100 | 111000 | 100000 | 0 | 100 | 11010110 | 1010110 | 1000101 |
Color Harmonies of #6BA7F4
Complementary color
Monochromatic Colors of #6BA7F4
Black with #6BA7F4
Text Example
Text Example
White with #6BA7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA7F4; }
p { color: rgb(107,167,244); }
H1.HeaderClassName
{
color: #6BA7F4;
}
.AnyTagClassName
{
color: #6BA7F4;
}
</style>
background-color css
<style>
a { background-color: #6BA7F4; }
a { background-color: rgb(107,167,244); }
div.DivClassName
{
background-color: #6BA7F4;
}
.BgClassName
{
background-color: #6BA7F4;
}
</style>
border-color css
<style>
span { border-color: #6BA7F4; }
span { border-color: rgb(107,167,244); }
td.TdClassName
{
border-color: #6BA7F4;
}
.TagClassName
{
border-color: #6BA7F4;
}
</style>