Shades of Cornflower Blue #6BA4EA
Tints of Cornflower Blue #6BA4EA
RGB
CMYK
RGB Variations
Color information
#6BA4EA (or 0x6BA4EA) is known color: Cornflower Blue. HEX triplet: 6B, A4 and EA. RGB value is (107,164,234). Sum of RGB (Red+Green+Blue) = 107+164+234=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BA4EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA4EA is #945B15. Grayscale: #9A9A9A. Windows color (decimal): -9722646 or 15377515. OLE color: 15377515.
HSL color Cylindrical-coordinate representation of color #6BA4EA: hue angle of 213.07º degrees, saturation: 0.75, 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 #6BA4EA is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 164 | 234 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.08 |
| HSL | 213.07º | 0.75% | 0.67% | - |
| HSV(B) | 213.07º | 0.54% | 0.92% | - |
| XYZ | 34.19 | 35.62 | 82.91 | - |
| YUV | 154.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 164 | 234 | 0.54 | 0.30 | 0 | 0.08 | 213.07 | 0.75 | 0.67 |
| Hex | 6B | A4 | EA | 36 | 1E | 0 | 8 | D5 | 4B | 43 |
| Octal | 153 | 244 | 352 | 66 | 36 | 0 | 10 | 325 | 113 | 103 |
| Binary | 1101011 | 10100100 | 11101010 | 110110 | 11110 | 0 | 1000 | 11010101 | 1001011 | 1000011 |
Color Harmonies of #6BA4EA
Complementary color
Monochromatic Colors of #6BA4EA
Black with #6BA4EA
Text Example
Text Example
White with #6BA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA4EA; }
p { color: rgb(107,164,234); }
H1.HeaderClassName
{
color: #6BA4EA;
}
.AnyTagClassName
{
color: #6BA4EA;
}
</style>
background-color css
<style>
a { background-color: #6BA4EA; }
a { background-color: rgb(107,164,234); }
div.DivClassName
{
background-color: #6BA4EA;
}
.BgClassName
{
background-color: #6BA4EA;
}
</style>
border-color css
<style>
span { border-color: #6BA4EA; }
span { border-color: rgb(107,164,234); }
td.TdClassName
{
border-color: #6BA4EA;
}
.TagClassName
{
border-color: #6BA4EA;
}
</style>