Shades of Cornflower Blue #6BA7EF
Tints of Cornflower Blue #6BA7EF
RGB
CMYK
RGB Variations
Color information
#6BA7EF (or 0x6BA7EF) is known color: Cornflower Blue. HEX triplet: 6B, A7 and EF. RGB value is (107,167,239). Sum of RGB (Red+Green+Blue) = 107+167+239=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BA7EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA7EF is #945810. Grayscale: #9C9C9C. Windows color (decimal): -9721873 or 15705963. OLE color: 15705963.
HSL color Cylindrical-coordinate representation of color #6BA7EF: hue angle of 212.73º 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 #6BA7EF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 107 | 167 | 239 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.06 |
| HSL | 212.73º | 0.8% | 0.68% | - |
| HSV(B) | 212.73º | 0.55% | 0.94% | - |
| XYZ | 35.46 | 37 | 86.93 | - |
| YUV | 157.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 239 | 0.55 | 0.30 | 0 | 0.06 | 212.73 | 0.8 | 0.68 |
| Hex | 6B | A7 | EF | 37 | 1E | 0 | 6 | D5 | 50 | 44 |
| Octal | 153 | 247 | 357 | 67 | 36 | 0 | 6 | 325 | 120 | 104 |
| Binary | 1101011 | 10100111 | 11101111 | 110111 | 11110 | 0 | 110 | 11010101 | 1010000 | 1000100 |
Color Harmonies of #6BA7EF
Complementary color
Monochromatic Colors of #6BA7EF
Black with #6BA7EF
Text Example
Text Example
White with #6BA7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA7EF; }
p { color: rgb(107,167,239); }
H1.HeaderClassName
{
color: #6BA7EF;
}
.AnyTagClassName
{
color: #6BA7EF;
}
</style>
background-color css
<style>
a { background-color: #6BA7EF; }
a { background-color: rgb(107,167,239); }
div.DivClassName
{
background-color: #6BA7EF;
}
.BgClassName
{
background-color: #6BA7EF;
}
</style>
border-color css
<style>
span { border-color: #6BA7EF; }
span { border-color: rgb(107,167,239); }
td.TdClassName
{
border-color: #6BA7EF;
}
.TagClassName
{
border-color: #6BA7EF;
}
</style>