Shades of Cornflower Blue #6BA4EB
Tints of Cornflower Blue #6BA4EB
RGB
CMYK
RGB Variations
Color information
#6BA4EB (or 0x6BA4EB) is known color: Cornflower Blue. HEX triplet: 6B, A4 and EB. RGB value is (107,164,235). Sum of RGB (Red+Green+Blue) = 107+164+235=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BA4EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4EB is #945B14. Grayscale: #9A9A9A. Windows color (decimal): -9722645 or 15443051. OLE color: 15443051.
HSL color Cylindrical-coordinate representation of color #6BA4EB: hue angle of 213.28º 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 #6BA4EB is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 164 | 235 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.08 |
| HSL | 213.28º | 0.76% | 0.67% | - |
| HSV(B) | 213.28º | 0.54% | 0.92% | - |
| XYZ | 34.33 | 35.67 | 83.67 | - |
| YUV | 155.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 235 | 0.54 | 0.30 | 0 | 0.08 | 213.28 | 0.76 | 0.67 |
| Hex | 6B | A4 | EB | 36 | 1E | 0 | 8 | D5 | 4C | 43 |
| Octal | 153 | 244 | 353 | 66 | 36 | 0 | 10 | 325 | 114 | 103 |
| Binary | 1101011 | 10100100 | 11101011 | 110110 | 11110 | 0 | 1000 | 11010101 | 1001100 | 1000011 |
Color Harmonies of #6BA4EB
Complementary color
Monochromatic Colors of #6BA4EB
Black with #6BA4EB
Text Example
Text Example
White with #6BA4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4EB; }
p { color: rgb(107,164,235); }
H1.HeaderClassName
{
color: #6BA4EB;
}
.AnyTagClassName
{
color: #6BA4EB;
}
</style>
background-color css
<style>
a { background-color: #6BA4EB; }
a { background-color: rgb(107,164,235); }
div.DivClassName
{
background-color: #6BA4EB;
}
.BgClassName
{
background-color: #6BA4EB;
}
</style>
border-color css
<style>
span { border-color: #6BA4EB; }
span { border-color: rgb(107,164,235); }
td.TdClassName
{
border-color: #6BA4EB;
}
.TagClassName
{
border-color: #6BA4EB;
}
</style>